Docs.rs
sylvia-1.3.6
sylvia 1.3.6
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
github:confio:developers
hashedone
Dependencies
anyhow ^1.0.98
normal
optional
cosmwasm-schema ^2.2.2
normal
cosmwasm-std ^2.2.2
normal
cw-multi-test ^2.4.0
normal
optional
cw-utils ^2.0.0
normal
konst ^0.3.16
normal
schemars ^0.8.22
normal
serde ^1.0.219
normal
serde-cw-value ^0.7.0
normal
serde-json-wasm ^1.0.1
normal
sylvia-derive ^1.3.6
normal
anyhow ^1.0.98
dev
cw-multi-test ^2.4.0
dev
cw-storage-plus ^2.0.0
dev
cw-utils ^2.0.0
dev
itertools ^0.14.0
dev
thiserror ^2.0.12
dev
trybuild ^1.0.105
dev
Versions
46.56%
of the crate is documented
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
Files
sylvia/builder/
mod.rs
1
//! This module contains builder types.
2
3
pub mod
instantiate
;