Docs.rs
solang-parser-0.1.18
solang-parser 0.1.18
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
crates.io
Source
Owners
seanyoung
xermicus
LucasSte
Dependencies
itertools ^0.10
normal
lalrpop-util ^0.19
normal
phf ^0.10
normal
unicode-xid ^0.2.0
normal
pretty_assertions ^1.2
dev
regex ^1.5.5
dev
walkdir ^2.3.2
dev
lalrpop ^0.19
build
Versions
1.27%
of the crate is documented
Go to latest version
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
☰
Spanned
In solang_parser::lexer
?
Type Definition
solang_parser
::
lexer
::
Spanned
source
·
[
−
]
pub type Spanned<Token, Loc, Error> =
Result
<
(Loc, Token, Loc)
, Error>;