Crate trixy

source ·

Re-exports§

Modules§

  • This module contains crates needed for the generated code, it should not be used by humans.
  • 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
  • Trixy contains the types used by the [trixy-macros] crate to provide ffi safe types

Macros§

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