7 releases (breaking)

0.15.3 Aug 23, 2020
0.15.2 Aug 22, 2020
0.5.1 Aug 17, 2020
0.5.0 Mar 23, 2020
0.1.0 Jun 16, 2019

#31 in #amethyst

Download history 901/week @ 2023-11-20 560/week @ 2023-11-27 533/week @ 2023-12-04 672/week @ 2023-12-11 806/week @ 2023-12-18 487/week @ 2023-12-25 284/week @ 2024-01-01 718/week @ 2024-01-08 652/week @ 2024-01-15 605/week @ 2024-01-22 376/week @ 2024-01-29 540/week @ 2024-02-05 614/week @ 2024-02-12 684/week @ 2024-02-19 592/week @ 2024-02-26 954/week @ 2024-03-04

2,990 downloads per month
Used in 29 crates (18 directly)

MIT/Apache

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.4–3.5MB
~70K SLoC