4 releases
0.1.3 | Apr 24, 2024 |
---|---|
0.1.2 | Apr 17, 2024 |
0.1.1 | Apr 9, 2024 |
0.1.0 |
|
0.0.1 | Sep 19, 2022 |
#332 in Programming languages
3,433 downloads per month
Used in 3 crates
115KB
2K
SLoC
compiler_base_span
note: [WIP] Do not use it.
lib.rs
:
Source positions and related helper functions.
Important concepts in this module include:
- the span, represented by
Span
and related types; - interned strings, represented by
Symbol
s, with some common symbols available statically in the [sym
] module.
Reference: https://github.com/rust-lang/rust/blob/master/compiler/rustc_span/src/lib.rs
Dependencies
~7–16MB
~213K SLoC