doublecount 0.1.0

A double entry accounting system/library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Doublecount [![]https://img.shields.io/crates/v/doublecount.svg]https://crates.io/crates/doublecount [![]https://img.shields.io/github/license/kellpossible/doublecount]https://github.com/kellpossible/doublecount/blob/master/LICENSE.txt [![]https://docs.rs/doublecount/badge.svg]https://docs.rs/doublecount/

A double entry accounting system/library for Rust.

## Optional Features

The following features can be enabled to provide extra functionality:

+ `serde-support`
  + Enables support for serialization/de-serialization via `serde`
  + Enables support for json serialization/de-serialization via `serde_json`