#collection #macro #proc-macro #general #performance #content

col_proc_macros

A bunch of procedural macros for declare collections of various kinds from their contents as fast as possible

2 releases

0.1.1 Nov 9, 2020
0.1.0 Mar 18, 2020

#2941 in Rust patterns

Unlicense

5KB

col_proc_macros

A bunch of procedural macros for declare collections of various kinds from their contents as fast as possible.


lib.rs:

This library aims to provide fast macros to construct commonly used collections.

See [mod@col_proc_macros_impl] for the implementation details.

Dependencies

~58KB