Docs.rs
bendy-0.6.1
bendy 0.6.1
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
thequux
0ndorio
OliverUv
Dependencies
rustversion ^1.0.4
normal
serde ^1.0
normal
optional
serde_bytes ^0.11.3
normal
optional
smallvec ^1.15.1
normal
optional
thiserror ^2.0.14
normal
doc-comment ^0.3.3
dev
regex ^1.0
dev
serde_derive ^1.0
dev
smallvec ^1.15.1
dev
timeit ^0.1.2
dev
Versions
83.25%
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
PrintableInteger
bendy
0.6.1
Printable
Integer
Implementations on Foreign Types
i8
i16
i32
i64
i128
isize
u8
u16
u32
u64
u128
usize
Implementors
In bendy::
encoding
bendy
::
encoding
Trait
Printable
Integer
Copy item path
Source
pub trait PrintableInteger:
Display
{ }
Expand description
A value that can be formatted as a decimal integer
Implementations on Foreign Types
§
Source
§
impl
PrintableInteger
for
i8
Source
§
impl
PrintableInteger
for
i16
Source
§
impl
PrintableInteger
for
i32
Source
§
impl
PrintableInteger
for
i64
Source
§
impl
PrintableInteger
for
i128
Source
§
impl
PrintableInteger
for
isize
Source
§
impl
PrintableInteger
for
u8
Source
§
impl
PrintableInteger
for
u16
Source
§
impl
PrintableInteger
for
u32
Source
§
impl
PrintableInteger
for
u64
Source
§
impl
PrintableInteger
for
u128
Source
§
impl
PrintableInteger
for
usize
Implementors
§