Docs.rs
charms-data-0.3.0-dev
charms-data 0.3.0-dev
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
imikushin
Dependencies
anyhow ^1.0.95
normal
ark-std ^0.5.0
normal
ciborium ^0.2.2
normal
ciborium-io ^0.2.2
normal
hex ^0.4.3
normal
serde ^1.0
normal
proptest ^1.6.0
dev
proptest-derive ^0.5.1
dev
test-strategy ^0.4.0
dev
Versions
12.12%
of the crate is documented
Go to latest stable release
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
charms_
data
0.3.0-dev
In charms_
data::
util
charms_data
::
util
Function
write
Copy item path
Source
pub fn write<T>(t:
&T
) ->
Result
<
Vec
<
u8
>>
where T:
Serialize
,