Docs.rs
median-0.3.2
median 0.3.2
Permalink
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
regexident
Dependencies
generic-array ^0.14
normal
missing_mpl ~0.1
normal
optional
arraydeque ^0.4.2
dev
noisy_float ^0.1.4
dev
rand ^0.4.2
dev
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
median
0.3.2
All Items
Crate Items
Modules
Crate
median
Copy item path
Source
Expand description
An implementation of an efficient O(n) median filter.
Re-exports
§
pub use
heap
::*;
Modules
§
heap
An implementation of a heap-allocated, efficient O(n) median filter.
stack
An implementation of a stack-allocated, efficient O(n) median filter.