rustledger 0.12.0

Drop-in replacement for Beancount. Pure Rust, 10-30x faster.
Documentation
1
2
3
4
5
//! Beancount file formatter.
//!
//! Re-exports the formatter from rustledger-core.

pub use rustledger_core::format::*;