Skip to main content

Crate ud_core

Crate ud_core 

Source
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::RoundTripLengthMismatch when they differ.

Type Aliases§

Result
Crate result alias.