Skip to content

Aseminaunz/affix-macro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;
	}
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages