3 releases
0.1.2 | Sep 29, 2023 |
---|---|
0.1.1 | Sep 27, 2023 |
0.1.0 | Sep 19, 2023 |
#16 in #crud
27KB
460 lines
ACRUDJSON
Atomic CRUD API for arithmetic operations with astronomically large floating point numbers based on JSON-RPC specification.
Features
- Parallelism: TODO
- Asynchronous:
async
support provided bytokio-rs
- Simple: Mimimum dependencies even with
std
feature.
TODO
- support JSON-RPC 2.0 (https://www.jsonrpc.org/specification)
- support
no_std
feature once (sled-rs
) reachesv1.0.0
- provide more arithmetic methods
License
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)
Dependencies
~3.5–5MB
~95K SLoC