Docs.rs
parseal-0.2.4
parseal 0.2.4
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
TheLazyDutchman
Dependencies
parseal-derive ^0.2.0
normal
optional
rand ^0.8.0
normal
Versions
5.95%
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
Module parsing
parseal
0.2.4
Module parsing
Module Items
Modules
Structs
Traits
In crate parseal
parseal
Module
parsing
Copy item path
Source
Modules
§
charstream
tokens
Structs
§
Group
A Group represents a delimited item. Group has two Generic types:
Identifier
An Identifier represents things like words and names.
Indent
List
A List represents a collection of items, separated by a token. It has two generic types:
Number
A Number is a representation of a number, duh. this representation is needed since it needs to store some additional information for the AST.
Parse
Error
String
Value
StringValue represents a string. this is necessary because it needs to store some additional information for the AST, like the info necessary for
Parse::span
.
Traits
§
Parse