trash_parallelism 0.1.102

Azzybana Raccoon's comprehensive parallelism library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Ignore everything by default
*


# But keep Rust essentials
!Cargo.toml

!src/

!src/** 

!doc/

!doc/**

!test/

!test/**

!README.md

!LICENSE.md

!.gitignore

!.cargo/

!.cargo/**