col_macros 0.1.8

A collection of general purporse macros for construct distinct types of collections.
Documentation

col_macros

This is a Rust library that provides a bunch of macros for declare and modify collections,it gives the possibility of decide the types thought some required type aliases.

This library support all the standard collections except for binary heap along with an optional feature called owned_slice.