Docs.rs
fast-able-1.18.7
fast-able 1.18.7
Permalink
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
guoyucode
Dependencies
arraystring ^0.3.0
normal
chrono ^0.4
normal
core_affinity ^0.8
normal
crossbeam ^0.8
normal
flume ^0.11
normal
fs2 ^0.4.3
normal
kanal ^0.1.1
normal
log ^0.4
normal
num_cpus ^1
normal
parking_lot ^0.12
normal
scopeguard ^1.2.0
normal
serde ^1
normal
spin ^0.10
normal
thingbuf ^0.1.6
normal
crossbeam ^0.8
dev
env_logger ^0.11.3
dev
once_cell ^1
dev
serde_json ^1
dev
tokio ^1.0
dev
libc ^0.2
normal
Versions
33.23%
of the crate is documented
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
NumTrait
fast_
able
1.18.7
NumTrait
Required Methods
num
Implementations on Foreign Types
i32
i64
i128
usize
Implementors
In fast_
able::
num_
log
fast_able
::
num_log
Trait
NumTrait
Copy item path
Source
pub trait NumTrait { // Required method fn
num
(self) ->
i64
; }
Required Methods
§
Source
fn
num
(self) ->
i64
Implementations on Foreign Types
§
Source
§
impl
NumTrait
for
i32
Source
§
fn
num
(self) ->
i64
Source
§
impl
NumTrait
for
i64
Source
§
fn
num
(self) ->
i64
Source
§
impl
NumTrait
for
i128
Source
§
fn
num
(self) ->
i64
Source
§
impl
NumTrait
for
usize
Source
§
fn
num
(self) ->
i64
Implementors
§