Re-exports§
pub use concrete_type::ConcreteType;
Modules§
- closure_
layout - Typed closure layout for v2 runtime.
- closure_
raw - Raw
TypedClosureHeaderallocation + accessor helpers. - concrete_
type - Concrete monomorphized type for v2 runtime.
- decimal_
obj - Refcounted, repr(C) Decimal carrier for v2 runtime.
- function_
type_ registry - Function-signature registry for Phase F
Function<A, R>dispatch. - heap_
element - v2-raw HeapHeader-equipped element carrier trait.
- heap_
header - 8-byte heap header for all v2 heap-allocated objects.
- refcount
- Inline refcount operations for v2 heap objects.
- string_
obj - Refcounted, repr(C) string for v2 runtime.
- struct_
layout - typed_
array - Typed contiguous array for v2 runtime.
- typed_
map - Typed hash map for v2 runtime.
- typed_
option - Typed Option representations for v2 runtime.
- typed_
result - Typed Result representations for v2 runtime.