Crate acrudjson

source ·
Expand description

A CRUD API for arithmetic operations with astronomically large floating point numbers based on JSON-RPC Specification.

Modules

  • connection pool and data transaction queries for user database instances.
  • server and client error types with error message constructor for JSON response payload.
  • import struct implementations following JSON-RPC specification.

Enums

  • Provide arithmetic of binary numbers wrapped by Method.
  • A JSON object to invoke basic CRUD implementation of acrudjson through JSON-RPC protocol. It can be used for RequestBuilder in frontend without parsing JSON string.
  • A JSON object to provide key or value members for variable assignment or storing entries in UserDatabase following with Method.

Traits