Docs.rs
faster-pest-0.1.4
faster-pest 0.1.4
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
Mubelotix
Dependencies
faster-pest-derive ^0.1.3
normal
pest ^2.7
normal
pest_derive ^2.7
dev
serde ^1.0
dev
serde_json ^1.0
dev
Versions
0%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate faster_pest
Version 0.1.4
All Items
Structs
Enums
Traits
Derive Macros
?
Crate
faster_pest
source
·
[
−
]
Structs
Error
IdentIter
IdentList
IdentRef
Pair2
A
Pair2
is a reference to a
Ident
and its children. It mimics pest’s
Pair
.
It is created by
Pairs2::next
.
Pairs2
A
Pairs2
is an iterator over
Pair2
s. It mimics pest’s
Pairs
.
It is created by
Parser::parse
.
Enums
ErrorKind
Traits
IdentTrait
Derive Macros
Parser