Docs.rs
shizen-components-0.1.1
shizen-components 0.1.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
fruit-bird
Dependencies
shizen-buffers ^0.1.1
normal
shizen-macros ^0.1.1
normal
rand ^0.8.5
dev
rayon ^1.10.0
dev
Versions
0%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Files
shizen_components/
lib.rs
1
mod
delay;
2
mod
gain;
3
4
pub use
crate
::delay::DelayComponent;
5
pub use
crate
::gain::GainComponent;