项目作者: nickeb96

项目描述 :
Map, Set, and Vector comprehensions for Rust.
高级语言: Rust
项目地址: git://github.com/nickeb96/mapcomp.git
创建时间: 2018-04-16T19:22:05Z
项目社区:https://github.com/nickeb96/mapcomp

开源协议:Other

下载


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.