Docs.rs
normalize_interval-0.17.5
normalize_interval 0.17.5
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
solarretrace
Dependencies
few ^0.1
normal
serde ^1.0
normal
optional
Versions
100%
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
Module tine_tree
normalize_
interval
0.17.5
Module tine_
tree
Module Items
Structs
In crate normalize_
interval
normalize_interval
Module
tine_
tree
Copy item path
Source
Expand description
Interval
TineTree
implementation.
Structs
ยง
Into
Iter
An owning
Iterator
over the
TineTree
s
RawInterval
s.
Iter
An
Iterator
that constructs
RawInterval
s from a sequence of
Tine
s.
Tine
Tree
A possibly noncontiguous collection of
RawInterval
s of the type
T
. Implemented as an ordered list of
Tine
s. Used to implement the internal state of
Selection
.