limabean-booking 0.10.5

Beancount booking algorithms for limabean
Documentation
1
2
3
4
5
6
7
8
9
use super::{Booking, BookingTypes, CostSpec, Number, PostingSpec, PriceSpec, Sign, Tolerance};

#[cfg(feature = "lima-parser-types")]
mod lima_parser_types;
#[cfg(feature = "lima-parser-types")]
pub use lima_parser_types::{LimaParserBookingTypes, LimaTolerance};

#[cfg(feature = "rust-decimal")]
mod rust_decimal;