rust-playground-top-crates 0.1.2

Calculates what crates should be included in the playground
Documentation
1
2
3
4
5
6
7
8
exclusions = []

additions = [
    # Crates that the compiler recommends
    # rg 'https://crates.io/crates/[a-z_-]+' --glob '*.stderr' --only-matching --no-line-number --no-filename | sort | uniq | cut -d '/' -f 5
    "async-trait",
    "async-recursion",
]