affix-macro

Crates.ioaffix-macro
lib.rsaffix-macro
version1.0.0
created_at2025-12-02 22:01:29.724102+00
updated_at2025-12-02 22:01:29.724102+00
descriptionMacros for affixing tokens to groups of other tokens.
homepage
repositoryhttps://www.github.com/aseminaunz/affix-macro
max_upload_size
id1962757
size12,377
Aimar Seminario (Aseminaunz)

documentation

README

affix-macro

Various macros to prefix, suffix, and circumfix tokens in Rust.

See the documentation for usage instructions and examples.

use ::affix_macro::prefix_items;

prefix_items! {
	( #[cfg(feature = "alloc")] )
	{
		extern crate alloc;

		use alloc::string::String;
	}
}
Commit count: 0

cargo fmt