movable-ref 0.2.0

A tool for building movable self-referential types
Documentation
1
2
3
4
5
6
7
8
9
//! Offset calculation logic
//!
//! This module contains the Offset trait and implementations for different
//! integer types used to calculate offsets between memory locations.

mod delta;
mod integers;

pub use delta::*;