# dyld-trie [![crate](https://img.shields.io/crates/v/dyld-trie.svg)](https://crates.io/crates/dyld-trie) [![documentation](https://docs.rs/dyld-trie/badge.svg)](https://docs.rs/dyld-trie) 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 * Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0) * MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT) 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.