mapcomp

Crates.iomapcomp
lib.rsmapcomp
version0.3.0
sourcesrc
created_at2018-04-16 19:31:06.038311
updated_at2024-08-27 04:54:03.944894
descriptionPython-like list comprehensions for standard containers
homepage
repositoryhttps://github.com/nickeb96/mapcomp
max_upload_size
id60932
size27,803
Nicholas Boyle (nickeb96)

documentation

https://docs.rs/mapcomp

README

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.

Commit count: 13

cargo fmt