Docs.rs
cas-parser-0.2.0
cas-parser 0.2.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ElectrifyPro
Dependencies
ariadne ^0.2.0
normal
cas-attrs ^0.2.0
normal
cas-error ^0.2.0
normal
logos ^0.14
normal
serde ^1.0.188
normal
optional
pretty_assertions ^1.3.0
dev
Versions
53.13%
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
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
cas_
parser
0.2.0
Module pair
Module Items
Traits
In cas_
parser::
parser::
token
cas_parser
::
parser
::
token
Module
pair
Copy item path
Source
Traits
ยง
Pair
A trait for token kinds that have a logical pairing with another token kind. Only tokens that implement
Pair
can be used with the
Surrounded
helper.