Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 550 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 550 Bytes

mapcomp

crates.io Build Status

Python-like list comprehension via macros for the following standard containers:

  • Vec
  • HashMap
  • HashSet
  • BTreeMap
  • BTreeSet

Also provides another macro for coroutine comprehension.

For more info please read the documentation here.

License

Dual-licensed under Apache License, Version 2.0 and the MIT License.