cargo-binary 0.0.1

Validates constraints placed on binary artifacts
cargo-binary-0.0.1 is not a library.

🌻 opensource-template

Build Status Crates.io Docs Contributor Covenant Embark

Template for creating new open source repositories that follow the Embark open source guidelines.

TEMPLATE INSTRUCTIONS

  1. Create a new repository under EmbarkStudios using this template.
  2. Title: Change the first line of this README to the name of your project, and replace the sunflower with an emoji that represents your project. 🚨 Your emoji selection is critical.
  3. Badges: In the badges section above, change the repo name in each URL. If you are creating something other than a Rust crate, remove the crates.io and docs badges (and feel free to add more appropriate ones for your language).
  4. CI: In ./github/workflows/ rename rust-ci.yml (or the appropriate config for your language) to ci.yml. And go over it and adapt it to work for your project
  5. Cleanup: Remove this section of the README and any unused files (such as configs for other languages) from the repo.

Contributing

We welcome community contributions to this project.

Please read our Contributor Guide for more information on how to get started.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.