Docs.rs
zende-0.1.8
zende 0.1.8
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
seancroach
Dependencies
version-sync ^0.9
dev
Versions
100%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate zende
Version 0.1.8
All Items
Traits
?
Crate
zende
source
·
[
−
]
Expand description
Zende
Zende is a minimal library for the
z
igzag
en
coding and
de
coding of integers.
Traits
Zigzag
An extension trait implemented for all Rust integers to encode and decode between signed and unsigned variants using
zigzag encoding
.