Skip to main content

finance/
lib.rs

1#[doc = include_str!(concat!(env!("CARGO_TARGET_DIR"),"/target/nomisync.md"))]
2#[macro_use]
3extern crate rust_i18n;
4
5i18n!("locales", fallback = "en");
6
7pub mod account;
8pub mod commodity;
9pub mod error;
10pub mod price;
11pub mod split;
12pub mod tag;
13pub mod transaction;