Docs.rs
dyld-trie-0.1.0
dyld-trie 0.1.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
turbocool3r
Dependencies
leb128 ^0.2
normal
hex-literal ^0.4
dev
sha2 ^0.10
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Crate dyld_trie
dyld_
trie
0.1.0
All Items
Crate Items
Structs
Functions
Crate
dyld_
trie
Copy item path
Source
Expand description
A little
no_std
library for parsing Dyld trie.
This library provides two functions:
walk
used for “walking” the trie (i.e. finding a terminal for a symbol);
iter
used for iterating the trie.
Structs
§
Invalid
Trie
Error
An error returned when a parsed trie has invalid format.
Trie
Iter
An iterator over encoded Mach-O trie.
Functions
§
iter
Returns an iterator over the entries of a Dyld trie.
walk
Walks trie searching for a symbol. When found returns the associated terminal.