aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src/util.rs
Commit message (Expand)AuthorAgeFilesLines
* rpclib: Implement Display for Utf8CString.Nick Mathewson2024-09-251-0/+7
* rpclib: Use JsonValue to re-encode requests.Nick Mathewson2024-08-071-0/+12
* rpc: Make ObjectId hold a Utf8CString internally.Nick Mathewson2024-08-061-1/+58
* Apply safety-related suggestions from DizietNick Mathewson2024-07-311-1/+1
* rpc: Explain _why_ utf-8 in Utf8CString is a safety requirement.Nick Mathewson2024-07-311-0/+6
* Rename Utf8CStr=>Utf8CStringNick Mathewson2024-07-311-6/+6
* rpclib: _Sketch_ of string API.Nick Mathewson2024-07-311-13/+3
* rpc: Initial core of an FFI interface.Nick Mathewson2024-07-311-0/+25
* RPC: Make message types able to be CStr or str.Nick Mathewson2024-07-311-0/+39
* WIP: Lower and middle levels of Arti rpc core.Nick Mathewson2024-07-161-0/+17