solar-interface

Crates.iosolar-interface
lib.rssolar-interface
version0.1.8
created_at2024-10-22 17:57:57.292074+00
updated_at2025-10-01 18:03:45.907525+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
size318,853
(onbjerg)

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: 745

cargo fmt