Docs.rs
cosmwasm-std-1.1.0
cosmwasm-std 1.1.0
Docs.rs crate page
Apache-2.0
Links
Repository
Crates.io
Source
Owners
ethanfrey
github:confio:developers
webmaster128
Dependencies
base64 ^0.13.0
normal
cosmwasm-derive ^1.1.0
normal
derivative ^2
normal
forward_ref ^1
normal
schemars ^0.8.1
normal
serde ^1.0.103
normal
serde-json-wasm ^0.4.1
normal
thiserror ^1.0
normal
uint ^0.9.3
normal
chrono ^0.4
dev
hex ^0.4
dev
hex-literal ^0.3.1
dev
cosmwasm-crypto ^1.1.0
normal
Versions
1.2.2
1.2.1
1.2.0
1.2.0-rc.1
1.2.0-beta.1
1.2.0-beta.0
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.1.0-rc.2
1.1.0-rc.1
1.0.0
1.0.0-soon2
1.0.0-soon
1.0.0-rc.0
1.0.0-beta8
1.0.0-beta7
1.0.0-beta6
1.0.0-beta5
1.0.0-beta4
1.0.0-beta3
1.0.0-beta2
1.0.0-beta
0.16.7
0.16.6
0.16.5
0.16.4
0.16.3
0.16.2
0.16.1
0.16.0
0.16.0-rc6
0.16.0-rc5
0.16.0-rc4
0.16.0-rc3
0.16.0-rc2
0.16.0-rc1
0.15.2
0.15.1
0.15.0
0.15.0-alpha3
0.15.0-alpha2
0.15.0-alpha1
0.14.1
0.14.0
0.14.0-rc1
0.14.0-beta5
0.14.0-beta4
0.14.0-beta3
0.14.0-beta2
0.14.0-beta1
0.14.0-alpha2
0.14.0-alpha1
0.13.2
0.13.1
0.13.0
0.13.0-alpha2
0.13.0-alpha1
0.12.2
0.12.1
0.12.0
0.12.0-alpha3
0.12.0-alpha2
0.12.0-alpha1
0.11.2
0.11.1
0.11.0
0.11.0-alpha4
0.11.0-alpha3
0.11.0-alpha2
0.11.0-alpha1
0.10.1
0.10.0
0.10.0-alpha3
0.10.0-alpha2
0.10.0-alpha1
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.9.0-alpha3
0.9.0-alpha2
0.8.1
0.8.0
0.8.0-rc1
0.8.0-alpha3
0.8.0-alpha2
0.8.0-alpha1
60%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
i686-unknown-linux-gnu
x86_64-apple-darwin
i686-pc-windows-msvc
x86_64-pc-windows-msvc
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
In cosmwasm_std
?
Function
cosmwasm_std
::
to_binary
source
·
[
−
]
pub fn to_binary<T>(data:
&
T) ->
StdResult
<
Binary
>
where
T:
Serialize
+ ?
Sized
,