solar-interface

Crates.iosolar-interface
lib.rssolar-interface
version0.1.6
created_at2024-10-22 17:57:57.292074+00
updated_at2025-08-25 20:57:13.208614+00
descriptionSource positions, diagnostics, and related helper functions
homepagehttps://github.com/paradigmxyz/solar/tree/main/crates/interface
repositoryhttps://github.com/paradigmxyz/solar
max_upload_size
id1418992
size273,202
(DaniPopes)

documentation

README

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.
Commit count: 697

cargo fmt