summaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* rpclib: Move socketpair to a testing module; use it in llconn testsNick Mathewson2025-02-031-0/+2
* rpclib: Implement accessors for ConnectFailureNick Mathewson2025-01-291-1/+4
* clippy: deny `mod_module_files`Steven Engler2025-01-061-0/+1
* add_warnings, *: Allow clippy::needless_lifetimesNick Mathewson2024-12-031-0/+1
* rpclib: FFI for opening data streams.Nick Mathewson2024-09-091-1/+1
* rpclib: Unify error type for ValidatedRequest failure.Nick Mathewson2024-08-071-1/+1
* rpc: Initial core of an FFI interface.Nick Mathewson2024-07-311-1/+6
* rpc-client: Apply the rest of the big warning set.Nick Mathewson2024-07-161-2/+40
* rpc client: Documentation.Nick Mathewson2024-07-161-0/+4
* Make ErrorResponse (a string) our preferred way to return an error.Nick Mathewson2024-07-161-3/+1
* rpc-client: Resolve some dead-code warnings.Nick Mathewson2024-07-161-3/+2
* rpc client: resolve unused-foo warnings.Nick Mathewson2024-07-161-2/+0
* rpc-client: Expose a few types as pub.Nick Mathewson2024-07-161-0/+3
* WIP: Lower and middle levels of Arti rpc core.Nick Mathewson2024-07-161-0/+10