Docs.rs
derive_parser-0.1.0
derive_parser 0.1.0
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
jakesarjeant
Dependencies
derive_parser_macro ^0.1.0
normal
thiserror ^2.0.17
normal
variadics_please ^1.1.0
normal
anyhow ^1.0.102
dev
ariadne ^0.6.0
dev
crossterm ^0.29.0
dev
derive_more ^2.1.1
dev
logos ^0.15.1
dev
rustyline ^17.0.1
dev
Versions
12.5%
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
Skip to main content
Crate derive_parser
derive_
parser
0.1.0
All Items
Crate Items
Structs
Enums
Traits
Derive Macros
Crate
derive_
parser
Copy item path
Source
Structs
§
Delimited
Parses a delimited list, accepting leading and trailing delimiters.
Error
Success
Enums
§
Pratt
Traits
§
Combinator
Input
Parse
Precedence
Span
Spanned
Token
Derive Macros
§
Parse
Spanned
Token
Derives a basic implementation of
Token
for Tokens with no additional information or span. Returns
Self
from
Token::kind
and
()
as the span.