Docs.rs
gollum-parser-0.1.0
gollum-parser 0.1.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
cyrilleberger
Dependencies
gollum-ast ^0.1.0
normal
logos ^0.14
normal
nom ^8
normal
thiserror ^2
normal
cucumber ^0.22
dev
ron ^0.8
dev
tokio ^1
dev
Versions
100%
of the crate is documented
Go to latest version
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 gollum_parser
gollum_
parser
0.1.0
All Items
Crate Items
Modules
Enums
Functions
Type Aliases
Crate
gollum_
parser
Copy item path
Source
Expand description
gollum-parser
Modules
§
lexer
Logos-based lexer for Gollum source text.
Enums
§
Error
Error type for
gollum-parser
Item
A top-level item in a Gollum program.
Functions
§
parse
Parse Gollum source text into a list of top-level items.
Type Aliases
§
Result
Result type for
gollum-parser