Docs.rs
number-general-0.4.2
number-general 0.4.2
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
haydnv
Dependencies
async-trait ^0.1
normal
collate >=0.1.2
normal
destream ^0.5
normal
futures ^0.3
normal
num ^0.2
normal
safecast ^0.1
normal
serde ^1.0
normal
bytes ^1.0
dev
destream_json ^0.8
dev
serde_json ^1.0
dev
Versions
39.02%
of the crate is documented
This release has been yanked, go to latest version
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
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
☰
Trait DType
Required Methods
dtype
Implementations on Foreign Types
Complex<f32>
Complex<f64>
bool
f32
f64
i16
i32
i64
i8
u16
u32
u64
u8
Implementors
Other items in
number_general
?
Trait
number_general
::
DType
[
−
]
[src]
pub trait DType { fn
dtype
() ->
NumberType
; }
Required methods
[src]
fn
dtype
() ->
NumberType
Implementations on Foreign Types
[src]
impl
DType
for
bool
[src]
fn
dtype
() ->
NumberType
[src]
impl
DType
for
u8
[src]
fn
dtype
() ->
NumberType
[src]
impl
DType
for
u16
[src]
fn
dtype
() ->
NumberType
[src]
impl
DType
for
u32
[src]
fn
dtype
() ->
NumberType
[src]
impl
DType
for
u64
[src]
fn
dtype
() ->
NumberType
[src]
impl
DType
for
i8
[src]
fn
dtype
() ->
NumberType
[src]
impl
DType
for
i16
[src]
fn
dtype
() ->
NumberType
[src]
impl
DType
for
i32
[src]
fn
dtype
() ->
NumberType
[src]
impl
DType
for
i64
[src]
fn
dtype
() ->
NumberType
[src]
impl
DType
for
f32
[src]
fn
dtype
() ->
NumberType
[src]
impl
DType
for
f64
[src]
fn
dtype
() ->
NumberType
[src]
impl
DType
for
Complex
<
f32
>
[src]
fn
dtype
() ->
NumberType
[src]
impl
DType
for
Complex
<
f64
>
[src]
fn
dtype
() ->
NumberType
Implementors