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
structimplementations 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
acrudjsonthrough JSON-RPC protocol. It can be used forRequestBuilderin frontend without parsing JSON string. - Param
- A JSON object to provide key or value members for variable assignment or storing entries
in
UserDatabasefollowing withMethod.