Docs.rs
lyd-0.0.2
lyd 0.0.2
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
chaosprint
Dependencies
hashbrown ^0.13.2
normal
libm ^0.2.5
normal
optional
smallvec ^1.10.0
normal
anyhow ^1.0.70
dev
cpal ^0.15.2
dev
criterion ^0.4.0
dev
Versions
0%
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
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
Buffer
lyd
0.0.2
Buffer
Aliased Type
In crate lyd
lyd
Type Alias
Buffer
Copy item path
Source
pub type Buffer =
SmallVec
<[
SmallVec
<[
f32
;
1024
]>;
2
]>;
Aliased Type
ยง
pub struct Buffer {
/* private fields */
}