shape-value 0.3.2

NaN-boxed value representation and heap types for Shape
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
pub mod closure_layout;
pub mod closure_raw;
pub mod concrete_type;
pub mod decimal_obj;
pub mod function_type_registry;
pub mod heap_element;
pub mod heap_header;
pub mod refcount;
pub mod struct_layout;
pub mod string_obj;
pub mod typed_array;
pub mod typed_map;
pub mod typed_option;
pub mod typed_result;

pub use concrete_type::ConcreteType;