Cleaned up atoms
- Atoms now use MFBI to distinguish between thin and owned atoms. - Introduced TryFromExpr and ToExpr (formerly ToClause) from the old FFI - Standardized on Bottom being a ProjErr, which means that there will be no RTErr
This commit is contained in:
@@ -6,7 +6,6 @@ mod relations;
|
||||
pub use coding::{Coding, Decode, Encode};
|
||||
pub use helpers::{encode_enum, read_exact, write_exact};
|
||||
pub use hierarchy::{
|
||||
Base, Extends, HierarchyRole, InHierarchy, Subtype, TLBool, TLFalse, TLTrue, UnderRoot,
|
||||
UnderRootImpl,
|
||||
Extends, InHierarchy, TLBool, TLFalse, TLTrue, UnderRoot,
|
||||
};
|
||||
pub use relations::{Channel, MsgSet, Request};
|
||||
|
||||
Reference in New Issue
Block a user