Docs.rs
dsi-bitstream-0.5.0
dsi-bitstream 0.5.0
Permalink
Docs.rs crate page
Apache-2.0
OR
LGPL-2.1-or-later
Links
Repository
crates.io
Source
Owners
vigna
Dependencies
anyhow ^1.0.86
normal
arbitrary ^1
normal
optional
common_traits >=0.10.2
normal
impl-tools ^0.10.2
normal
mem_dbg ^0.3.0
normal
optional
rand ^0.9.0
normal
criterion ^0.5.1
dev
rand_distr ^0.5.0
dev
zip ^2.1.3
dev
Versions
58.49%
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
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
dsi_
bitstream
0.5.0
BE
Aliased Type
Trait Implementations
Display
In dsi_
bitstream::
traits
dsi_bitstream
::
traits
Type Alias
BE
Copy item path
Source
pub type BE =
BigEndian
;
Expand description
Alias for
BigEndian
Aliased Type
§
pub struct BE;
Trait Implementations
§
Source
§
impl
Display
for
BE
Source
§
fn
fmt
(&self, f: &mut
Formatter
<'_>) ->
Result
Formats the value using the given formatter.
Read more