0.1.1
|
Jan 5, 2025
|
0.1.0
|
Nov 8, 2024
|
0.0.0-reserved
|
Oct 22, 2024
|
#983 in Magic Beans
6,760 downloads per month
Used in 7 crates
(5 directly)
solar-interface
Source positions, diagnostics, and related helper functions.
Important concepts in this module include:
- the span, represented by
Span
and related types;
- source code as represented by a
SourceMap
; and
- interned strings, represented by
Symbol
s, with some common symbols available statically in
the [sym
] module.