Docs.rs
peppi-2.1.2
peppi 2.1.2
Permalink
Docs.rs crate page
MIT
16 July 2026
Links
Repository
crates.io
Source
Owners
hohav
Dependencies
arrow2 ^0.17
normal
base64 ^0.22
normal
byteorder ^1
normal
encoding_rs ^0.8
normal
log ^0.4
normal
num_enum ^0.7
normal
serde ^1.0
normal
serde_json ^1.0
normal
tar ^0.4
normal
thiserror ^2.0
normal
xxhash-rust ^0.8
normal
arrow2 ^0.17
dev
criterion ^0.7
dev
iai-callgrind ^0.16
dev
pretty_assertions ^1.3
dev
ssbm-data ^0.1
dev
Versions
45.71%
of the crate is documented
Platform
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
Skip to main content
Files
peppi/
lib.rs
1
#![doc =
include_str!
(
"../README.md"
)]
2
3
pub mod
frame;
4
pub mod
game;
5
pub mod
io;