Docs.rs
boot-core-0.1.3
boot-core 0.1.3
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
CyberHoward
Dependencies
anyhow ^1.0
normal
base16 ^0.2.1
normal
base64 ^0.13.0
normal
bitcoin ^0.27.1
normal
boot-contract-derive ^0.1.3
normal
chrono ^0.4
normal
cosmrs ^0.9.0
normal
cosmwasm-std ^1.0.0
normal
cw-multi-test ^0.15.0
normal
dotenv ^0.15.0
normal
ed25519-dalek ^1
normal
env_logger ^0.8.3
normal
erased-serde ^0.3
normal
eyre ^0.6
normal
hex ^0.4.3
normal
hkd32 ^0.5.0
normal
lazy_static ^1.4
normal
log ^0.4.14
normal
prost ^0.10
normal
rand_core ^0.5
normal
regex ^1
normal
reqwest ^0.11.9
normal
rust-crypto ^0.2
normal
rust_decimal ^1.12.2
normal
rust_decimal_macros ^1.12.2
normal
schemars ^0.8.10
normal
secp256k1 ^0.20.3
normal
serde ^1.0.103
normal
serde_json ^1.0.79
normal
sha256 ^1.1.1
normal
thiserror ^1.0.21
normal
tokio ^1.4
normal
tonic ^0.8.1
normal
Versions
20.93%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
BootEnvironment
Implementors
In boot_core
?
Trait
boot_core
::
BootEnvironment
source
·
[
−
]
pub trait BootEnvironment:
TxHandler
+
Clone
{ }
Expand description
Signals a supported execution environment
Implementors
source
impl<T:
TxHandler
+
Clone
>
BootEnvironment
for T