Docs.rs
numcodecs-linear-quantize-0.2.0
numcodecs-linear-quantize 0.2.0
Docs.rs crate page
MPL-2.0
Links
Repository
crates.io
Source
Owners
juntyr
Dependencies
ndarray ^0.15
normal
num-traits ^0.2
normal
numcodecs ^0.1
normal
postcard ^1.0
normal
schemars =1.0.0-alpha.9
normal
serde ^1.0
normal
serde_repr ^0.1
normal
thiserror ^1.0
normal
twofloat ^0.7
normal
Versions
100%
of the crate is documented
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
numcodecs_
linear_
quantize
0.2.0
Unsigned
Required Associated Constants
ZERO
Implementations on Foreign Types
u16
u32
u64
u8
Object Safety
Implementors
In crate numcodecs_
linear_
quantize
numcodecs_linear_quantize
Trait
Unsigned
Copy item path
source
pub trait Unsigned:
Copy
{ const
ZERO
: Self; }
Expand description
Unsigned binary types.
Required Associated Constants
§
source
const
ZERO
: Self
0x0
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
Unsigned
for
u8
source
§
const
ZERO
: Self = 0u8
source
§
impl
Unsigned
for
u16
source
§
const
ZERO
: Self = 0u16
source
§
impl
Unsigned
for
u32
source
§
const
ZERO
: Self = 0u32
source
§
impl
Unsigned
for
u64
source
§
const
ZERO
: Self = 0u64
Implementors
§