Docs.rs
kson-0.2.0
kson 0.2.0
Permalink
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
Drewol
Dependencies
kson-effect-param-macro ^0.2
normal
num-traits ^0.2
normal
serde ^1
normal
thiserror ^1
normal
anyhow ^1
dev
clap ^4.4.1
dev
serde_json ^1
dev
serde_test ^1
dev
Versions
1%
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
ByPulse
kson
0.2.0
ByPulse
Aliased Type
Trait Implementations
Graph<Option<f64>>
In crate kson
kson
Type Alias
ByPulse
Copy item path
Source
pub type ByPulse<T> =
Vec
<(
u32
, T)>;
Aliased Type
§
pub struct ByPulse<T> {
/* private fields */
}
Trait Implementations
§
Source
§
impl
Graph
<
Option
<
f64
>> for
ByPulse
<
Vec
<
GraphSectionPoint
>>
Source
§
fn
value_at
(&self, tick:
f64
) ->
Option
<
f64
>
Source
§
fn
direction_at
(&self, tick:
f64
) ->
Option
<
f64
>
Source
§
fn
wide_at
(&self, _:
f64
) ->
u32