Expand description
A CRUD API for arithmetic operations with astronomically large floating point numbers based on JSON-RPC Specification.
Modules§
- database
- connection pool and data transaction queries for user database instances.
- error
- server and client error types with error message constructor for JSON response payload.
- prelude
- import
struct
implementations following JSON-RPC specification.
Enums§
- Binary
Ops - Provide arithmetic of binary numbers wrapped by
Method
. - Method
- A JSON object to invoke basic CRUD implementation of
acrudjson
through JSON-RPC protocol. It can be used forRequestBuilder
in frontend without parsing JSON string. - Param
- A JSON object to provide key or value members for variable assignment or storing entries
in
UserDatabase
following withMethod
.