Crates.io | dyld-trie |
lib.rs | dyld-trie |
version | 0.1.0 |
source | src |
created_at | 2024-05-09 07:49:58.65087 |
updated_at | 2024-05-09 07:49:58.65087 |
description | A little library for parsing Dyld trie. |
homepage | |
repository | https://gitlab.com/turbocooler/dyld-trie |
max_upload_size | |
id | 1234913 |
size | 273,573 |
A little no_std
library for parsing Dyld trie.
Dyld trie is used by Mach-O and Dyld Shared Cache formats.
std
: Implements std::error::Error
on all errors (one error) provided by this crate.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.
Licensed under either of
at your option.
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.