Docs.rs
rhiza-sql-0.1.0
rhiza-sql 0.1.0
Docs.rs crate page
MIT
23 July 2026
Links
Repository
crates.io
Source
Owners
mrchypark
Dependencies
fallible-streaming-iterator ^0.1
normal
postcard ^1
normal
rhiza-core ^0.1.0
normal
rhiza-log ^0.1.0
normal
rusqlite ^0.40.1
normal
serde ^1
normal
serde_json ^1
normal
sha2 ^0.10
normal
tempfile ^3
normal
proptest ^1
dev
Versions
6.02%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
encode_put_request
rhiza_
sql
0.1.0
rhiza_sql
Function
encode_
put_
request
Copy item path
Source
pub fn encode_put_request( request_id: &
str
, key: &
str
, value: &
str
, ) ->
Result
<
Vec
<
u8
>>