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

Releases: FelipeRosa/jason-rs

v0.2.0

19 Jan 21:04
Compare
Choose a tag to compare

Added

  • #[derive(Debug, Clone)] for https::Client

v0.1.0

12 Jan 00:12
Compare
Choose a tag to compare

Initial release featuring:

  • Serializing and deserializing JSON-RPC requests, responses and notifications
  • Client with support for several transport layers:
    • HTTP/HTTPS
    • Websockets
    • IPC (Unix only)