7 releases (breaking)
0.15.3 | Aug 23, 2020 |
---|---|
0.15.2 |
|
0.5.1 | Aug 17, 2020 |
0.5.0 | Mar 23, 2020 |
0.1.0 | Jun 16, 2019 |
#27 in #amethyst
2,261 downloads per month
Used in 29 crates
(18 directly)
15KB
272 lines
amethyst_error
This crate contains types used internally and externally to handle and communicate errors.
Contribution
Contribution is highly welcome! If you'd like another feature, just create an issue. You can also help out if you want to; just pick a "help wanted" issue. If you need any help, feel free to ask!
All contributions are assumed to be dual-licensed under MIT/Apache-2.
License
amethyst_error
is distributed under the terms of both the MIT
license and the Apache License (Version 2.0).
lib.rs
:
Contains the Error
type and company as used by Amethyst.
Note: This type is not intended to be used outside of Amethyst.
If you are integrating a crate from amethyst to use this, it is recommended that you treat this
type as an opaque std::error::Error
.
Dependencies
~2.3–7.5MB
~67K SLoC