dyld-trie

Crates.iodyld-trie
lib.rsdyld-trie
version0.1.0
sourcesrc
created_at2024-05-09 07:49:58.65087
updated_at2024-05-09 07:49:58.65087
descriptionA little library for parsing Dyld trie.
homepage
repositoryhttps://gitlab.com/turbocooler/dyld-trie
max_upload_size
id1234913
size273,573
(turbocool3r)

documentation

https://docs.rs/dyld-trie

README

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.

Commit count: 0

cargo fmt