Docs.rs
xmas-elf-0.10.0
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
xmas-elf 0.10.0
Library for parsing and navigating ELF data; zero-allocation, type-safe.
Crate
Source
Builds
Feature flags
Documentation
Coverage
0.85%
4
out of
470
items documented
0
out of
176
items with examples
Size
Source code size: 70.48 kB
This is the summed size of all the files inside the crates.io package for this release.
Documentation size: 19.33 MB
This is the summed size of all files generated by rustdoc for all configured targets
Ø build duration
this release: 12s
Average build duration of
successful
builds.
all releases: 11s
Average build duration of
successful
builds in releases after 2024-10-23.
Links
nrc/xmas-elf
173
45
17
crates.io
Dependencies
flate2 ^1
normal
optional
zero ^0.1
normal
zstd ^0.13
normal
optional
Versions
0.10.0
(2025-03-26)
0.9.1
(2023-11-07)
0.9.0
(2022-12-05)
0.8.0
(2021-06-17)
0.7.0
(2019-06-01)
0.6.2
(2018-03-25)
0.6.1
(2017-12-10)
0.6.0
(2017-08-22)
0.5.0
(2017-02-17)
0.4.0
(2017-01-03)
0.3.0
(2016-06-08)
0.2.0
(2016-04-10)
0.1.0
(2016-04-09)
Owners
xmas-elf
A library for parsing and navigating ELF files.
Pure Rust
Zero allocation (minimal allocation for interpreting the data)
Strongly, statically typed.