quote-use-macros
Support `use` in procmacros hygienically
0.8.4
29M downloads/mo
#1715 most downloaded on crates.io
ModProg/quote-use
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Ships fairly regularly
a new release about every 2 months
Nearly every release is documented
notes for 6 of 6 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
6 releases · first in 2023
0 releases in the last 12 months
see the full history below
Release timeline
6 releases · Sep 2023 to Aug 2024
2024
2025
2026
Releases
latest 6-
0.8.425 Aug 2024 -
0.8.308 Jul 2024 -
0.8.207 Jul 2024 -
0.8.107 Jul 2024 -
0.8.016 Nov 2023Release notes
Open source →Added
- having
#use no_prelude;at the start of a quote_use invocation disables the prelude - having
#use no_std;at the start of a quote_use invocation disables the std prelude - added
quote_use_no_preludevariants for allquote_usemacros
Removed
- Breaking Change removed
namespace_identsfeature, just use__variable_nameinstead - Breaking Change removed
prelude_*features, by default all preludes are included now.
- having
-
0.7.203 Sep 2023