mac 0.1.1

A collection of great and ubiqutitous macros.
Documentation
  • Coverage
  • 100%
    20 out of 20 items documented9 out of 9 items with examples
  • Size
  • Source code size: 12.46 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.76 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • reem/rust-mac
    14 9 7
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • reem

mac

A collection of great and ubiqutitous macros.

Overview

This crate contains collections of macros which are useful in many situations, and usable independently or together.

Usage

Use the crates.io repository; add this to your Cargo.toml along with the rest of your dependencies:

[dependencies]
mac = "*"

Author

Jonathan Reem is the primary author and maintainer of mac.

License

MIT/Apache-2.0, like rust itself