Docs.rs
kvtree-0.1.0
kvtree 0.1.0
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Homepage
Repository
crates.io
Source
Owners
Massou31
Dependencies
ahash ^0.8.3
normal
indexmap ^2.1.0
normal
itertools ^0.11.0
normal
rayon ^1.7.0
normal
optional
tuplify ^1.1.4
normal
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
kvtree
0.1.0
Query
Mask
Iter
Implementors
In kvtree::
query
kvtree
::
query
Trait
QueryMaskIter
Copy item path
Source
pub trait QueryMaskIter:
DoubleEndedIterator
{ }
Expand description
Wrapper over
DoubleEndedIterator
for queries
Implementors
§
Source
§
impl<T>
QueryMaskIter
for T
where T:
DoubleEndedIterator
,