Docs.rs
futuresdr-0.0.37
futuresdr 0.0.37
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
bastibl
Dependencies
anyhow ^1.0
normal
async-trait ^0.1.68
normal
config ^0.13.3
normal
dirs ^5.0.0
normal
dyn-clone ^1.0
normal
futuredsp ^0.0.6
normal
futures ^0.3.28
normal
futures-lite ^1.13.0
normal
futuresdr-macros ^0.0.5
normal
futuresdr-types ^0.0.11
normal
log ^0.4
normal
num-complex ^0.4
normal
num-integer ^0.1
normal
num_cpus ^1.15
normal
once_cell ^1.17
normal
rand ^0.8.5
normal
rustfft ^6.1
normal
seify ^0.10.0
normal
serde ^1.0
normal
slab ^0.4.8
normal
spin ^0.9.8
normal
thiserror ^1.0
normal
wgpu ^0.16.3
normal
async-channel ^1.8.0
dev
criterion ^0.4.0
dev
easy-parallel ^3.3.0
dev
float-cmp ^0.9.0
dev
rustc_version ^0.4.0
build
async-executor ^1.5.1
normal
async-fs ^1.6.0
normal
async-io ^1.13.0
normal
async-lock ^2.7.0
normal
async-native-tls ^0.5
normal
async-net ^1.7.0
normal
async-task ^4.4.0
normal
async-tungstenite ^0.22.0
normal
axum ^0.6.18
normal
blocking ^1.3
normal
concurrent-queue ^2.2
normal
core_affinity ^0.8.0
normal
cpal ^0.15.2
normal
hound ^3.5.0
normal
libc ^0.2.142
normal
rodio ^0.17.1
normal
tokio ^1.28.0
normal
tower-http ^0.4.0
normal
vmcircbuffer ^0.0.10
normal
vulkano ^0.32.0
normal
vulkano-shaders ^0.32
normal
zmq ^0.10.0
normal
console_log ^1.0
normal
cpal ^0.15.2
normal
getrandom ^0.2.9
normal
gloo-net ^0.2.6
normal
gloo-timers ^0.2.6
normal
js-sys ^0.3.64
normal
rodio ^0.17.1
normal
serde-wasm-bindgen ^0.5.0
normal
serde_json ^1.0
normal
wasm-bindgen ^0.2.84
normal
wasm-bindgen-futures ^0.4.34
normal
web-sys =0.3.64
normal
android_logger ^0.13.1
normal
lttng-ust ^0.1.0
normal
xilinx-dma ^0.0.8
normal
lttng-ust-generate ^0.1.1
build
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
futuresdr
0.0.37
Module macros
Macros
Attribute Macros
In crate futuresdr
?
Module
futuresdr
::
macros
source
·
[
−
]
Expand description
Macros
Macros
connect
Avoid boilerplate when setting up the flowgraph.
Attribute Macros
async_trait
Custom version of async_trait that uses non-send futures for WASM.
message_handler
Avoid boilerplate when creating message handlers.