Files
Neon-Desk/rust/crabrl-fork/CITATION.cff
francy51 ea130d3299 Vendor crabrl-fork source and remove submodule linkage
- Replace `rust/crabrl-fork` gitlink with tracked source files
- Add workspace notes documenting why the fork is vendored
- Update ignore rules for vendored fork build artifacts
2026-03-17 19:55:38 -04:00

20 lines
774 B
YAML

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Amorelli"
given-names: "Stefano"
email: "stefano@amorelli.tech"
orcid: "https://orcid.org/0009-0004-4917-0999"
title: "crabrl: High-performance XBRL parser for SEC EDGAR filings"
version: 0.1.0
date-released: 2025-01-16
url: "https://github.com/stefanoamorelli/crabrl"
repository-code: "https://github.com/stefanoamorelli/crabrl"
license: AGPL-3.0
keywords:
- xbrl
- parser
- sec-edgar
- finance
- rust
abstract: "A high-performance XBRL parser and validator written in Rust, optimized for SEC EDGAR filings. Achieves 50-150x performance gains over traditional parsers through zero-copy parsing, memory-mapped I/O, and Rust's ownership model."