Atomic CRUD API for arithmetic operations with astronomically large floating point numbers based on JSON-RPC specification.
- Parallelism: TODO
- Asynchronous:
async
support provided bytokio-rs
- Simple: Mimimum dependencies even with
std
feature.
- support JSON-RPC 2.0 (https://www.jsonrpc.org/specification)
- support
no_std
feature once (sled-rs
) reachesv1.0.0
- provide more arithmetic methods
AcrudJSON is licensed under either of:
- Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (http://opensource.org/licenses/MIT)