7 releases

0.2.0 Nov 8, 2024
0.1.0 Apr 24, 2024
0.0.6 Jan 5, 2024
0.0.5 Nov 23, 2022
0.0.1 May 25, 2022

#370 in Procedural macros

Download history 243/week @ 2024-08-24 248/week @ 2024-08-31 341/week @ 2024-09-07 394/week @ 2024-09-14 316/week @ 2024-09-21 349/week @ 2024-09-28 491/week @ 2024-10-05 355/week @ 2024-10-12 358/week @ 2024-10-19 226/week @ 2024-10-26 355/week @ 2024-11-02 449/week @ 2024-11-09 459/week @ 2024-11-16 556/week @ 2024-11-23 560/week @ 2024-11-30 585/week @ 2024-12-07

2,212 downloads per month
Used in cargo-spellcheck

MIT/Apache

160KB
3.5K SLoC

doc-chunks

Extract clustered documentation lines and provide a spanned and commonmark aware overlay with a span based mapping.


lib.rs:

Doc Chunks

Documentation is a representation of one or multiple documents.

A literal is a token provided by proc_macro2 or ra_ap_syntax crate, which is then converted by means of TrimmedLiteral using Clustering into a CheckableChunk (mostly named just chunk).

CheckableChunks can consist of multiple fragments, where each fragment can span multiple lines, yet each fragment is covering a consecutive Span in the origin content. Each fragment also has a direct mapping to the CheckableChunk internal string representation.

And Documentation holds one or many CheckableChunks per file path.

Dependencies

~10–19MB
~269K SLoC