aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/src/lib.rs
Commit message (Expand)AuthorAgeFiles
* jsonrpc: move `SubscriptionID` to message.rshozan232024-05-281
* jsonrpc: enable concurrent requests in `Client`hozan232024-05-281
* jsonrpc: cargo fmthozan232024-05-221
* jsonrpc: main example clean uphozan232024-05-221
* jsonrpc: support pubsubhozan232024-05-221
* jsonrpc: minor cleanup to the main examplehozan232024-05-201
* jsonrpc: remove jsonrpc_internal cratehozan232024-05-191
* update READMEshozan232024-05-191
* add support for tokio & improve net crate apihozan232024-05-191
* jsonrpc: extend the example in the libraryhozan232024-03-131
* Ensure uniform usage of the name `karyon` across all fileshozan232023-12-021
* net: Use ToConn and ToListener traits for objects that can be convertedhozan232023-11-301
* jsonrpc: Enhance the API and add support for TCP, Unix, and TLS protocols.hozan232023-11-301
* jsonrpc: add Codec struct for reading from and writing to the connectionhozan232023-11-201
* jsonrpc: move RPCService to separate modulehozan232023-11-201
* karyons jsonrpc implementationhozan232023-11-191