Docs.rs
aetherdsp-ndk-0.1.2
aetherdsp-ndk 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
1yos
Dependencies
aetherdsp-core ^0.1
normal
aetherdsp-ndk-macro ^0.1
normal
aetherdsp-nodes ^0.2
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^1
normal
Versions
49.23%
of the crate is documented
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
Skip to main content
NodeFactory
aether_
ndk
0.1.2
In aether_
ndk::
node
aether_ndk
::
node
Type Alias
Node
Factory
Copy item path
Source
pub type NodeFactory =
fn
() ->
Box
<dyn
DspNode
>;
Expand description
A constructor that produces a boxed DspNode.