1 unstable release

0.1.0 May 9, 2024

#1019 in Parser implementations

Download history 134/week @ 2024-05-05 8/week @ 2024-05-12 8/week @ 2024-05-19

150 downloads per month

MIT/Apache

98KB
227 lines

dyld-trie

crate documentation

A little no_std library for parsing Dyld trie.

Dyld trie is used by Mach-O and Dyld Shared Cache formats.

Features

  • std: Implements std::error::Error on all errors (one error) provided by this crate.

Minimum Supported Rust Version

This crate requires Rust 1.65 at a minimum.

The MSRV may be changed in the future, but it will be accompanied by a minor version bump.

License

Licensed under either of

at your option.

Contribution

Contributions are welcome and should be submitted as merge requests to this repository.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies