Docs.rs
pi_adler32-0.1.1
pi_adler32 0.1.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
moyy
github:gaiaworld:dev
Dependencies
adler32 ^1.2
normal
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
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
Crate pi_adler32
pi_
adler32
0.1.1
All Items
Crate Items
Structs
Functions
Crate
pi_
adler32
Copy item path
Source
Expand description
本库最开始是从
adler32
拷贝过来,拷贝原因不记得了 但此时再对比
adler32
,发现与它的代码并没有什么出入
如果你想使用本库的功能,请直接引用
adler32
Structs
§
Rolling
Adler32
A rolling version of the Adler32 hash, which can ‘forget’ past bytes.
Functions
§
adler32
Consume a Read object and returns the Adler32 hash.