Docs.rs
downsample-oxide-0.1.2
downsample-oxide 0.1.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
Billy-Sheppard
Dependencies
chrono ^0.4.24
normal
optional
rust_decimal ^1.29.0
normal
time ^0.3.20
normal
optional
chrono ^0.4.24
dev
Versions
12.5%
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
downsample_
oxide
0.1.2
Lttb
Required Methods
downsample
Implementations on Foreign Types
Vec<DataPoint>
Implementors
In crate downsample_
oxide
downsample_oxide
Trait
Lttb
Copy item path
Source
pub trait Lttb { // Required method fn
downsample
(self, threshold:
usize
) ->
Vec
<
DataOutput
>; }
Required Methods
§
Source
fn
downsample
(self, threshold:
usize
) ->
Vec
<
DataOutput
>
Implementations on Foreign Types
§
Source
§
impl
Lttb
for
Vec
<
DataPoint
>
Source
§
fn
downsample
(self, threshold:
usize
) ->
Vec
<
DataOutput
>
Implementors
§