| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-12 | More unit tests | Botahamec | |
| 2024-12-26 | Commenting | Mica White | |
| 2024-12-23 | Remove scopeguard | Mica White | |
| The scopeguard crate was being used for its `defer_on_unwind` macro. The problem was that it runs even if the runtime was already panicking. There aren't any changes to the macro which could have fixed this. I instead wrote my own function to check for a specific panicking closure. | |||
| 2024-12-20 | Fix clippy issues | Botahamec | |
| 2024-12-01 | Unit testing | Mica White | |
| 2024-09-26 | Reduce the number of dereferences needed | Botahamec | |
| 2024-09-26 | Docs and improvements | Botahamec | |
| 2024-09-25 | Better error implementation | Botahamec | |
| 2024-07-21 | Create Poisonable API | Mica White | |
