Skip to main content

Crate vantage_types

Crate vantage_types 

Source

Re-exports§

pub use null::InvariantValue;
pub use record::IntoRecord;
pub use record::Record;
pub use record::TryFromRecord;
pub use record::TryIntoRecord;
pub use terminal_render::RichText;
pub use terminal_render::Span;
pub use terminal_render::Style;
pub use terminal_render::TerminalRender;

Modules§

null
Null detection and value equality for set-invariant enforcement.
prelude
Prelude module for vantage-types
record
terminal_render
UI-agnostic value rendering.
type_system

Macros§

vantage_type_system
Implements a type system through a macro

Structs§

EmptyEntity
Empty entity type for testing and dynamic table scenarios

Traits§

Entity
Entity trait without serde feature - no default Value type

Attribute Macros§

entity