Docs.rs
solang-parser-0.3.4
solang-parser 0.3.4
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
crates.io
Source
Owners
seanyoung
xermicus
LucasSte
Dependencies
itertools ^0.12
normal
lalrpop-util ^0.20.0
normal
phf ^0.11
normal
serde ^1.0
normal
optional
thiserror ^1.0
normal
unicode-xid ^0.2
normal
pretty_assertions ^1.3
dev
regex ^1
dev
walkdir ^2.4
dev
lalrpop ^0.20.0
build
Versions
100%
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
solang_parser
0.3.4
Spanned
In solang_parser::lexer
Type Alias
solang_parser
::
lexer
::
Spanned
Copy item path
source
ยท
[
−
]
pub type Spanned<'a> = (
usize
,
Token
<'a>,
usize
);
Expand description
A spanned
Token
.