Docs.rs
solang-parser-0.1.0
solang-parser 0.1.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Documentation
crates.io
Source
Owners
seanyoung
xermicus
LucasSte
salaheldinsoliman
Dependencies
lalrpop-util ^0.19
normal
num-bigint ^0.4
normal
num-rational ^0.4
normal
num-traits ^0.2
normal
phf ^0.10
normal
unicode-xid ^0.2.0
normal
lalrpop ^0.19
build
Versions
0.65%
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
☰
Type Definition Spanned
Other items in
solang_parser
::
lexer
?
Type Definition
solang_parser
::
lexer
::
Spanned
[
−
]
[src]
pub type Spanned<Token, Loc, Error> =
Result
<
(
Loc, Token, Loc
)
, Error>;