Docs.rs
kanata-parser-0.1105.0
kanata-parser 0.1105.0
Permalink
Docs.rs crate page
LGPL-3.0-only
Links
Homepage
Repository
crates.io
Source
Owners
jtroo
Dependencies
anyhow ^1
normal
bitflags ^2.5.0
normal
bytemuck ^1.15.0
normal
itertools ^0.12
normal
kanata-keyberon ^0.1105.0
normal
log ^0.4.8
normal
miette ^5.7.0
normal
once_cell ^1
normal
ordered-float ^5.1.0
normal
parking_lot ^0.12
normal
patricia_tree ^0.8
normal
rustc-hash ^1.1.0
normal
thiserror ^1.0.38
normal
simplelog ^0.12.0
dev
Versions
5.33%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
bail
kanata_
parser
0.1105.0
kanata_parser
Macro
bail
Copy item path
Source
macro_rules! bail { ($err:expr $(,)?) => { ... }; ($fmt:expr, $($arg:tt)*) => { ... }; }