aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Revise READMEs for RPC crates.Nick Mathewson2025-03-251-20/+12
| | | | | | We'll want to add more text here, but that should probably wait until we have a permanent home for the rendered RPC documentation. (see #1829)
* rpc: Initial core of an FFI interface.Nick Mathewson2024-07-311-0/+1
| | | | | | | | | This only covers the absolute minimal API in order to launch a connection and run simple requests, and it doesn't document anything nearly well enough. Nonetheless I think it's good enough for an initial review, to make sure that we've got the basics right (as well as a general consensus on the error handling API, naming, and so forth).
* rpc-client: Apply the rest of the big warning set.Nick Mathewson2024-07-161-1/+1
|
* rpc client: Remove Unvalidated{Reader,Writer}.Nick Mathewson2024-07-161-5/+1
|
* RPC: Implement connection negotiation.Nick Mathewson2024-07-161-2/+2
|
* WIP: Lower and middle levels of Arti rpc core.Nick Mathewson2024-07-161-0/+31