Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
/ jason-rs Public archive

Jason is a JSON-RPC 2.0 client library written in Rust.

License

Notifications You must be signed in to change notification settings

FelipeRosa/jason-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jason

Crates.io Docs.rs codecov

Jason is a JSON-RPC 2.0 client library written in Rust.

Features

  • Request, response and notification serializing and deserializing
  • Supports multiple transports:
    • HTTP and HTTPS
    • Websockets
    • IPC (Unix only)

License

This project is licensed under the MIT License