Crate trixy

Source

Re-exports§

pub use crate::macros::config::trixy::TrixyConfig;

Modules§

__private
This module contains crates needed for the generated code, it should not be used by humans.
macros
oneshot
This module provides a synced version of tokio’s oneshot channel. Notably this is implemented as wrapper around std’s mpsc channel, which closes after one received value
parser
types
Trixy contains the types used by the [trixy-macros] crate to provide ffi safe types

Macros§

token
Shorthand macro for generating a token from anything which can be converted into a TokenKind, or any of the TokenKind variants.