Docs.rs
specl-syntax-0.1.0
specl-syntax 0.1.0
Docs.rs crate page
AGPL-3.0-or-later
Links
Repository
crates.io
Source
Owners
danwt
Dependencies
thiserror ^1
normal
proptest ^1
dev
Versions
63.69%
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
Module parser
specl_
syntax
0.1.0
Module parser
Module Items
Structs
Enums
Functions
Type Aliases
In crate specl_
syntax
specl_syntax
Module
parser
Copy item path
Source
Expand description
Recursive descent parser for the Specl specification language.
Structs
§
Parser
Parser for Specl source code.
Enums
§
Parse
Error
Parser error.
Functions
§
parse
Parse source text into a module.
Type Aliases
§
Parse
Result