Docs.rs
stronghold-runtime-2.0.1
stronghold-runtime 2.0.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
Repository
crates.io
Source
Owners
iota-ci
Dependencies
dirs ^4.0.0
normal
iota-crypto ^0.23
normal
libc ^0.2
normal
libsodium-sys-stable ^1.20
normal
log ^0.4.17
normal
rand ^0.8.4
normal
serde ^1.0
normal
thiserror ^1.0
normal
zeroize ^1.5.7
normal
criterion ^0.4
dev
dhat ^0.3
dev
env_logger ^0.9
dev
serde_json ^1.0
dev
nix ^0.24.1
normal
windows ^0.36.0
normal
Versions
33.33%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
runtime
2.0.1
All Items
Crate Items
Modules
Enums
Constants
Traits
Derive Macros
Crate
runtime
Copy item path
Source
Modules
§
locked_
memory
memories
utils
Enums
§
Memory
Error
The different types of Error that may be encountered while using this crate
Constants
§
DEBUG_
MSG
The memory types of this crate shall return this message when trying to debug them
Traits
§
Bytes
A trait for dealing with Bytes. Used as the underlying type for the
Guarded
and
GuardedVec
types. For a type to be able to be placed in one of these values, it must implement this trait.
Zeroize
OnDrop
A simple trait to force the types to call
zeroize()
when dropping
Derive Macros
§
Derive
Error