dyld-trie 0.1.0

A little library for parsing Dyld trie.
Documentation
  • Coverage
  • 100%
    6 out of 6 items documented0 out of 5 items with examples
  • Size
  • Source code size: 275.87 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.51 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: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • turbocool3r

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.