avaro 0.0.2-alpha

a plain text double-accounting tool which is compatible with avaro but more powerful
Documentation
1
2
3
4
5
6
7
use lalrpop_util::lalrpop_mod;
pub mod error;
pub mod models;
pub mod to_file;

pub(crate) mod utils;
lalrpop_mod!(#[allow(clippy::all)] pub parser);