macron

Crates.iomacron
lib.rsmacron
version0.1.9
created_at2025-04-06 15:19:53.298427+00
updated_at2025-07-18 05:44:03.944667+00
descriptionComprehensive 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.
homepage
repositoryhttps://github.com/fuderis/rs-macron
max_upload_size
id1622991
size13,440
Bulat Sh. (fuderis)

documentation

README

githubcrates-iodocs-rs

Macros Toolkit

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.

Navigation:

File path (feature 'path'):

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 actively evolving, and your suggestions and feedback are always welcome!

Commit count: 15

cargo fmt