Docs.rs
fedimint-core-0.7.1
fedimint-core 0.7.1
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.1
normal
fedimint-logging =0.7.1
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
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
fedimint_
core
0.7.1
Maybe
Sync
Implementors
In fedimint_
core::
task
fedimint_core
::
task
Trait
MaybeSync
Copy item path
Source
pub trait MaybeSync:
Sync
{ }
Expand description
MaybeSync
is no-op on wasm and
Sync
on non wasm.
Implementors
§
Source
§
impl<T:
Sync
>
MaybeSync
for T