Skip to content

prople/jsonrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

prople/jsonrpc

It's a Rust Workspace project that will contains two sub-projects (or crates):

  • prople-jsonrpc-core
  • prople-jsonrpc-axum

prople-jsonrpc-core

Provides a core abstraction to maintain a JSON-RPC request and response data including for the controller or handler. Please refer to it's standalone README.md for more detail information.

prople-jsonrpc-axum

An implementation of RPC server using Tokio Axum. This server will using the prople-jsonrpc-core to maintain request handler, payload and response.

About

A core abstraction and implementation of JSON-RPC in Rust

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages