1Password / sys-locale

A small and lightweight Rust library to obtain the active locale on the system.
Apache License 2.0
75 stars 15 forks source link

Added Cargo crate exclude paths #31

Closed pasabanov closed 1 day ago

pasabanov commented 1 day ago
  1. .github folder is definitely unnecessary for the dependents of the library.
  2. examples folder might be helpful for some developers, but I don't think that many people inspect the sources downloaded from crates.io and viewing this folder will always be easy on GitHub.
  3. tests folder is probably only used in a development environment and is not that helpful for the dependents.

Excluding these folders from the Cargo crate will reduce the network and disk space consumption and lead to more concise file structure for the crate.

complexspaces commented 1 day ago

Thanks for the improvement!