Crate macron

Source
Expand description

githubcrates-iodocs-rs

§Macros Toolkit

§Introduction:

Comprehensive Rust macros toolkit for everyday development tasks. Includes convenient string formatting (str!), regex pattern matching (re!), streamlined collection creation, and custom derive macros for Display, Error, From, and Into traits. Boost your productivity with intuitive syntax and simplify your codebase while maintaining performance and safety. Perfect for both small projects and large-scale applications.

Empower your Rust development with this versatile set of macros, designed to make common tasks easier and more enjoyable.

§String operations (feature ‘string’):
§IO Input (feature ‘input’):
§Collections (feature ‘collections’):
  • macron-collections - Creates a new instance of std collections: HashMap, HashSet, BTreeMap, BTreeSet, VecDeque, LinkedList and BinaryHeap
§Derive macros (feature ‘derive’):

§Note:

If you need all of this macros, then use feature ‘full’.

§Licensing:

Distributed under the MIT license.

§Feedback:

You can contact me via GitHub or send a message to my Telegram @fuderis.

This library is constantly evolving, and I welcome your suggestions and feedback.