Expand description
Core types shared across univdreams crates.
This crate is intentionally minimal at Phase 0. It will grow as the pipeline does, but the surface here should stay narrow: types every crate above it agrees on (addresses, ranges, errors), and nothing that belongs in a more specific crate.
Structs§
- VAddr
- A virtual address in a target binary.
Enums§
- Error
- Errors surfaced through the public API.
Functions§
- assert_
bytes_ equal - Compare two byte buffers and produce a
Error::RoundTripMismatch/Error::RoundTripLengthMismatchwhen they differ.
Type Aliases§
- Result
- Crate result alias.