rustledger-loader
Beancount file loader with include resolution, options parsing, and binary caching.
Features
- Recursive
includedirective resolution - Option parsing and validation
- Plugin directive collection
- Binary cache for faster subsequent loads
- Path traversal protection
Example
use load_file;
let result = load_file?;
println!;
println!;
println!;
Cargo Features
cache(default) - Enable rkyv-based binary caching for faster loads
License
GPL-3.0