Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/japaric/panic-never
This crate guarantees that your application is free of panicking branches
https://github.com/japaric/panic-never
Last synced: 2 days ago
JSON representation
This crate guarantees that your application is free of panicking branches
- Host: GitHub
- URL: https://github.com/japaric/panic-never
- Owner: japaric
- License: apache-2.0
- Created: 2019-05-07T14:52:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-23T07:43:20.000Z (over 5 years ago)
- Last Synced: 2024-12-24T21:07:43.848Z (9 days ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 177
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# `panic-never`
> This crate guarantees that your application is free of panicking branches
## License
All source code (including code snippets) is licensed under either of
- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
[https://www.apache.org/licenses/LICENSE-2.0][L1])- MIT license ([LICENSE-MIT](LICENSE-MIT) or
[https://opensource.org/licenses/MIT][L2])[L1]: https://www.apache.org/licenses/LICENSE-2.0
[L2]: https://opensource.org/licenses/MITat your option.
The written prose contained within the book is licensed under the terms of the
Creative Commons CC-BY-SA v4.0 license ([LICENSE-CC-BY-SA](LICENSE-CC-BY-SA) or
[https://creativecommons.org/licenses/by-sa/4.0/legalcode][L3]).[L3]: https://creativecommons.org/licenses/by-sa/4.0/legalcode
### 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
licensed as above, without any additional terms or conditions.