limabean 0.4.1

Beancount frontend using Rust and Clojure and the Lima parser
Documentation
1
2
3
4
5
6
mod booking;
mod json_rpc;
mod server;
pub(crate) mod types;

pub use server::serve;