Docs.rs
limtr-0.2.0
limtr 0.2.0
Permalink
Docs.rs crate page
GPL-3.0-only
Links
Repository
crates.io
Source
Owners
FssAy
Dependencies
chrono ^0.4.26
normal
indexmap ^2.0.2
normal
once_cell ^1.18.0
normal
tokio ^1.29.1
normal
optional
criterion ^0.5.1
dev
once_cell ^1.18.0
dev
Versions
50%
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
Feature
limtr
0.2.0
Feature
Required Methods
into_feature
Implementations on Foreign Types
i8
u8
u16
Implementors
In crate limtr
limtr
Trait
Feature
Copy item path
Source
pub trait Feature { // Required method fn
into_feature
(self) ->
FeatureRaw
; }
Required Methods
§
Source
fn
into_feature
(self) ->
FeatureRaw
Implementations on Foreign Types
§
Source
§
impl
Feature
for
i8
Source
§
fn
into_feature
(self) ->
FeatureRaw
Source
§
impl
Feature
for
u8
Source
§
fn
into_feature
(self) ->
FeatureRaw
Source
§
impl
Feature
for
u16
Source
§
fn
into_feature
(self) ->
FeatureRaw
Implementors
§