Docs.rs
secret-cosmwasm-std-1.1.11
secret-cosmwasm-std 1.1.11
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
toml01
iKapitonau
Dependencies
base64 ^0.13.0
normal
cosmwasm-derive ^1.1.11
normal
derivative ^2
normal
forward_ref ^1
normal
hex ^0.4
normal
schemars ^0.8.3
normal
serde ^1.0.103
normal
serde-json-wasm ^0.4.1
normal
thiserror ^1.0.13
normal
uint ^0.9.3
normal
chrono ^0.4
dev
hex ^0.4
dev
hex-literal ^0.3.1
dev
secret-cosmwasm-crypto ^1
normal
Versions
48.5%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
to_binary
secret_
cosmwasm_
std
1.1.11
secret_cosmwasm_std
Function
to_
binary
Copy item path
Source
pub fn to_binary<T>(data:
&T
) ->
StdResult
<
Binary
>
where T:
Serialize
+ ?
Sized
,