#module #inline #source #analysis #syn #file #referenced

syn-inline-mod

Inlines modules in Rust source code for source analysis

7 releases (breaking)

0.6.0 Apr 26, 2023
0.5.0 Dec 20, 2021
0.4.0 Jul 9, 2020
0.3.0 Jan 7, 2020
0.1.1 Feb 14, 2019

#343 in Filesystem

Download history 6078/week @ 2024-01-06 4451/week @ 2024-01-13 4877/week @ 2024-01-20 6996/week @ 2024-01-27 5638/week @ 2024-02-03 5650/week @ 2024-02-10 4810/week @ 2024-02-17 7735/week @ 2024-02-24 7090/week @ 2024-03-02 7128/week @ 2024-03-09 7016/week @ 2024-03-16 8896/week @ 2024-03-23 7308/week @ 2024-03-30 8578/week @ 2024-04-06 11617/week @ 2024-04-13 8815/week @ 2024-04-20

37,485 downloads per month
Used in 10 crates (5 directly)

MIT license

33KB
758 lines

syn-inline-mod

Build Status Latest Version Documentation

Crate to inline referenced Rust modules into a single syn::File.


lib.rs:

Utility to traverse the file-system and inline modules that are declared as references to other Rust files. module level doc comment module level doc comment

Dependencies

~315–770KB
~18K SLoC