Docs.rs
sov-rollup-interface-0.3.0
sov-rollup-interface 0.3.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
preston-evans98
Dependencies
anyhow ^1.0.68
normal
async-trait ^0.1.71
normal
bincode ^1.3.3
normal
borsh ^0.10.3
normal
bytes ^1.2.1
normal
digest ^0.10.6
normal
hex ^0.4.3
normal
proptest ^1.3.1
normal
optional
proptest-derive ^0.3.0
normal
optional
serde ^1.0.188
normal
sha2 ^0.10.6
normal
optional
thiserror ^1.0.38
normal
tokio ^1
normal
optional
proptest ^1.3.1
dev
proptest-derive ^0.3.0
dev
serde_json ^1
dev
Versions
100%
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
sov_
rollup_
interface
0.3.0
Module borrow
Module Items
Enums
Traits
In sov_
rollup_
interface::
maybestd
sov_rollup_interface
::
maybestd
Module
borrow
Copy item path
1.0.0
·
Source
Expand description
A module for working with borrowed data.
Enums
§
Cow
A clone-on-write smart pointer.
Traits
§
Borrow
A trait for borrowing data.
Borrow
Mut
A trait for mutably borrowing data.
ToOwned
A generalization of
Clone
to borrowed data.