Skip to content

Tags: trusted-programming/mate

Tags

0.1.6

Toggle 0.1.6's commit message
bump to nightly-2024-07-25

0.1.4

Toggle 0.1.4's commit message
par_iter able to handle biding inside main closure

0.1.3

Toggle 0.1.3's commit message
now can handle iter_mut

0.1.2

Toggle 0.1.2's commit message
par_iter can now handle multiple iterators in one_chain

0.1.1

Toggle 0.1.1's commit message
deal with closure in chain methods

0.1.0

Toggle 0.1.0's commit message
bump to nightly-2024-03-07

0.0.6

Toggle 0.0.6's commit message
fix tests

0.0.5

Toggle 0.0.5's commit message
Refactoring of collection folding. In the simple case, we can use map…

…/collect so we should. The par_iter lint should be able to parallelize these.

0.0.4

Toggle 0.0.4's commit message
implement collect handling