Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
chumsky-0.10.1
chumsky 0.10.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
github:rust-bus:maintainers
zesterer
Dependencies
bytes ^1
normal
optional
either ^1.8.1
normal
optional
hashbrown ^0.15
normal
lexical ^6.1.1
normal
optional
regex-automata ^0.3
normal
optional
serde ^1.0
normal
optional
spin ^0.9
normal
optional
stacker ^0.1
normal
optional
unicode-ident ^1.0.10
normal
unicode-segmentation ^1
normal
ariadne ^0.2
dev
ciborium ^0.2
dev
criterion ^0.4.0
dev
lasso ^0.7
dev
logos ^0.13
dev
nom ^7.1
dev
pest ^2.5
dev
pest_derive ^2.5
dev
pom ^3.2
dev
serde_json ^1.0
dev
slotmap ^1.0
dev
sn ^0.1
dev
winnow ^0.7.0
dev
vergen-gix ^1.0
build
optional
pprof ^0.11
dev
Versions
100%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
Module util
chumsky
0.10.1
Module util
Module Items
Enums
Traits
Type Aliases
In crate chumsky
chumsky
Module
util
Copy item path
Source
Expand description
Utility items used throughout the crate.
Enums
§
Maybe
A type that can represent a borrowed reference to a
T
or a value of
T
.
Traits
§
Into
Maybe
An trait that allows abstracting over values of or references to a
T
.
Type Aliases
§
Maybe
Mut
A value that may be a
T
or a mutable reference to a
T
.
Maybe
Ref
A value that may be a
T
or a shared reference to a
T
.