2 unstable releases

Uses old Rust 2015

0.3.0 Sep 24, 2017
0.2.0 Mar 6, 2017

#2349 in Procedural macros

Download history 41/week @ 2024-07-21 57/week @ 2024-07-28 41/week @ 2024-08-04 45/week @ 2024-08-11 39/week @ 2024-08-18 34/week @ 2024-08-25 29/week @ 2024-09-01 29/week @ 2024-09-08 24/week @ 2024-09-15 44/week @ 2024-09-22 36/week @ 2024-09-29 14/week @ 2024-10-06 52/week @ 2024-10-13 21/week @ 2024-10-20 22/week @ 2024-10-27 48/week @ 2024-11-03

145 downloads per month
Used in 9 crates (2 directly)

MIT/Apache

14KB
254 lines

Synmap

NOTE: This crate currently depends on cpp_syn rather than syn, as it requires the Span features which have not been landed in syn yet for the majority of its features.

This crate provides a SourceMap type which can be used to parse an entire crate and generate a complete AST. It also updates the spans in the parsed AST to be relative to the SourceMap rather than the bytes in the input file.

With this information, the SourceMap provides methods to map spans to source filenames (filename), source text (source_text) and line/column numbers (locinfo).


lib.rs:

synmap provides utilities for parsing multi-file crates into syn AST nodes, and resolving the spans attached to those nodes into raw source text, and line/column information.

The primary entry point for the crate is the SourceMap type, which stores mappings from byte offsets to file information, along with cached file information.

Dependencies

~1MB
~21K SLoC

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy