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 token
specl_
syntax
0.1.0
Module token
Module Items
Structs
Enums
In crate specl_
syntax
specl_syntax
Module
token
Copy item path
Source
Expand description
Token types and source span tracking for the Specl lexer.
Structs
§
Span
A span in the source code, tracking byte offsets and line/column.
Token
A token with its span in the source code.
Enums
§
Token
Kind
The kind of token.