Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce packaged crate size by 5kb using cargo diet -r #983

Merged
merged 4 commits into from May 31, 2020

Commits on May 28, 2020

  1. Reduce packaged crate size by 5kb using cargo diet -r

    It converted excludes into includes, removing the following files
    from the package.
    
    ┌───────────────────────────────────────────┬─────────────┐
    │ File                                      │ Size (Byte) │
    ├───────────────────────────────────────────┼─────────────┤
    │ .gitignore                                │          77 │
    │ .github/ISSUE_TEMPLATE/other.md           │          80 │
    │ .github/ISSUE_TEMPLATE/feature_request.md │         274 │
    │ .github/ISSUE_TEMPLATE/compile-issue.md   │         488 │
    │ utils/ci/install_cargo_web.sh             │         536 │
    │ COPYRIGHT                                 │         569 │
    │ utils/ci/miri.sh                          │         815 │
    │ rustfmt.toml                              │         863 │
    │ benches/weighted.rs                       │        1088 │
    │ utils/ci/install.sh                       │        1381 │
    │ utils/ci/script.sh                        │        1583 │
    │ examples/monte-carlo.rs                   │        1611 │
    │ appveyor.yml                              │        2098 │
    │ SECURITY.md                               │        2822 │
    │ .travis.yml                               │        2952 │
    │ utils/ziggurat_tables.py                  │        3929 │
    │ examples/monty-hall.rs                    │        4004 │
    │ benches/misc.rs                           │        4524 │
    │ benches/seq.rs                            │        5410 │
    │ benches/generators.rs                     │        5490 │
    └───────────────────────────────────────────┴─────────────┘
    Byron committed May 28, 2020
    Copy the full SHA
    dca3782 View commit details
    Browse the repository at this point in the history
  2. Include COPIRIGHT in package

    Byron committed May 28, 2020
    Copy the full SHA
    570c2c3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Copy the full SHA
    de89ebd View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. Copy the full SHA
    3491927 View commit details
    Browse the repository at this point in the history