Docs.rs
median-0.3.2
median 0.3.2
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
median
0.3.2
Module stack
Module Items
Structs
In crate median
median
Module
stack
Copy item path
Source
Expand description
An implementation of a stack-allocated, efficient O(n) median filter.
Structs
ยง
Filter
An implementation of a median filter of fixed width with linear complexity.
List
Node
Implementation detail. (Once we have value generics we will hopefully be able to un-leak it.)