Docs.rs
trixy-0.4.0
trixy 0.4.0
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
soispha
Dependencies
anyhow ^1.0.86
normal
optional
clap ^4.5.8
normal
optional
convert_case ^0.6.0
normal
optional
libc ^0.2.155
normal
optional
log ^0.4.22
normal
optional
prettyplease ^0.2.20
normal
optional
proc-macro2 ^1.0.86
normal
optional
pulldown-cmark ^0.11.0
normal
optional
quote ^1.0.36
normal
optional
regex ^1.10.5
normal
optional
syn ^2.0.68
normal
optional
thiserror ^1.0.61
normal
optional
pretty_assertions ^1.4.0
dev
Versions
17.94%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
trixy
0.4.0
All Items
Crate Items
Re-exports
Modules
Macros
Crate
trixy
Copy item path
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.