Skip to content
/ jsonrpc Public

A core abstraction and implementation of JSON-RPC in Rust

License

Notifications You must be signed in to change notification settings

prople/jsonrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages