Crate astray_core

Source

Re-exports§

pub use base_traits::*;
pub use iter::*;
pub use impl_std::*;
pub use error::*;

Modules§

base_traits
error
impl_std
iter
test_common

Macros§

t

Structs§

HatchResult
The main HatchResult type. See crate level documentation for more information. derives the same traits as std::result::Result
IdentifierValue
LiteralIntValue
LiteralStringValue

Enums§

Token

Traits§

ResultHatchExt
An extension trait for adding the hatch method to the builtin Result type.