Module hazardflow_designs::std
source · Expand description
Hazardflow standard library.
Notable APIs
This section lists out notable APIs of the Hazardflow standard library.
Builtin value types
Hazards and interfaces
Traits
Hazard interfaces
Valid interface
- Interface
Valid<P>
Valid-ready interface
- Interface
Vr<P, D>
Module functions
- See
module
for general module functions. - See
valid_ready
for module funtions for modules withVrH
hazard or valid-ready interfaces.
Combinators
- See
combinators
for combinator documentation and implementations.
Utility functions and macros
Re-exports
pub use combinators::*;
pub use hazard::*;
pub use interface::*;
pub use module::*;
pub use utils::*;
pub use valid::*;
pub use valid_ready::*;
pub use value::*;
Modules
- Combinators.
- Hazard protocol.
- Interface.
- Module functions to operate on modules.
- Utility functions.
- Valid protocol.
- Valid-ready protocol.
- Builtin value types.