cargo-emit
Talk to Cargo easily at build time.
0.2.1
4.8M downloads/mo
#4586 most downloaded on crates.io
nvzqz/cargo-emit
What this package is like to depend on
Last release 5 years ago
no release in 18 months
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 4 of 4 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
4 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
4 releases · Dec 2019 to Sep 2021
2020
2021
2022
2023
2024
2025
2026
Releases
latest 4-
0.2.101 Sep 2021Release notes
Open source →Fixed
- Added
#[allow(clippy::explicit_write)]to prevent false-positives. - Added
examples/macros.rsfile and correspondingcargo clippy --example "macros" -- -D warningsCI job to prevent future clippy issues.
- Added
-
0.2.031 Aug 2021Release notes
Open source →Fixed
- Fixed recursion in
rustc_link_search!(…). - Removed redundant
$x:literalmacro patterns.
Added
rustc_link_arg!rustc_link_arg_bin!rustc_link_arg_bins!- 40 snapshot tests (using insta)
- Optional
to:parameter for writing into astd::fmt::Writeorio::fmt::Write.
Removed
#![no_std], since the project never worked on no_std to begin with.
- Fixed recursion in
-
0.1.116 Dec 2019 -
0.1.015 Dec 2019