4 releases
new 0.1.3 | Oct 15, 2024 |
---|---|
0.1.2 | Sep 12, 2023 |
0.1.1 | Aug 31, 2023 |
0.1.0 | Aug 30, 2023 |
#313 in Development tools
2,266 downloads per month
Used in bumble
46KB
598 lines
file-header
A Rust library to check for and add headers to files.
A header can be any arbitrary text, but we provide an spdx
feature, which when enabled
allows usage of any SPDX license known to the license
crate as headers. For easy use of
this feature, we have already defined structs to support some commonly used licenses:
By default, this crate enables a license-offline
feature to build the license
crate offline; if you want
to download the latest licenses when building,
you will have to disable default features and enable only the spdx
feature.
If you are looking for a tool (rather than a library) that can add license headers, check out addlicense.
Dependencies
~0.4–8MB
~57K SLoC