Docs.rs
fedimint-core-0.7.0
fedimint-core 0.7.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dpc
elsirion
bradleystachurski
Dependencies
anyhow ^1.0.97
normal
async-channel ^2.3.1
normal
async-recursion ^1.1.1
normal
async-trait ^0.1.88
normal
backon ^1.4.1
normal
backtrace ^0.3.74
normal
base64 ^0.22.1
normal
base64-url ^3.0.0
normal
bech32 ^0.11.0
normal
bincode ^1.3.3
normal
bitcoin ^0.32.5
normal
bitcoin-io ^0.1.2
normal
bitcoin-units ^0.1.2
normal
bitvec ^1.0.1
normal
bls12_381 ^0.8.0
normal
erased-serde ^0.4
normal
fedimint-derive =0.7.0
normal
fedimint-logging =0.7.0
normal
futures ^0.3.31
normal
group ^0.13.0
normal
hex ^0.4.3
normal
hex-conservative ^0.3.0
normal
imbl ^5.0.0
normal
iroh-base ^0.34.0
normal
itertools ^0.13.0
normal
jsonrpsee-core ^0.24.9
normal
lightning ^0.0.125
normal
lightning-invoice ^0.32.0
normal
lightning-types ^0.1.0
normal
macro_rules_attribute ^0.2.0
normal
miniscript ^12.3.0
normal
parity-scale-codec ^3.7.4
normal
rand ^0.8.5
normal
scopeguard ^1.2.0
normal
secp256k1 ^0.29.0
normal
serde ^1.0.219
normal
serde_json ^1.0.140
normal
serdect ^0.2.0
normal
slotmap ^1.0.7
normal
strum ^0.26
normal
strum_macros ^0.26
normal
thiserror ^2.0.12
normal
fedimint-threshold-crypto ^0.2.1
normal
tracing ^0.1.41
normal
url ^2.5.4
normal
test-log ^0.2
dev
tokio-test ^0.4.4
dev
tokio ^1.44.1
normal
tokio-rustls ^0.24.1
normal
async-lock ^3.4
normal
futures-util ^0.3.30
normal
getrandom ^0.2.15
normal
gloo-timers ^0.3.0
normal
js-sys ^0.3.69
normal
secp256k1 ^0.29.0
normal
tokio ^1.44.1
normal
wasm-bindgen-futures ^0.4.42
normal
Versions
39.82%
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
fedimint_
core
0.7.0
Database
KeyPrefix
Required Methods
to_bytes
Implementors
In fedimint_
core::
db
fedimint_core
::
db
Trait
DatabaseKeyPrefix
Copy item path
Source
pub trait DatabaseKeyPrefix:
Debug
{ // Required method fn
to_bytes
(&self) ->
Vec
<
u8
>
ⓘ
; }
Required Methods
§
Source
fn
to_bytes
(&self) ->
Vec
<
u8
>
ⓘ
Implementors
§
Source
§
impl<T>
DatabaseKeyPrefix
for T
where T:
DatabaseLookup
+
Encodable
+
Debug
,