summaryrefslogtreecommitdiff
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2025-01-12More unit testsBotahamec
2025-01-06Update version numberBotahamec
2024-12-26skip some mutantsMica White
2024-12-26Implement common traitsMica White
2024-12-25Remove once_cell and thread_local dependenciesMica White
2024-12-24Unit test mutex deathMica White
2024-12-23Remove scopeguardMica 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-23Utilize mutex deathMica White
2024-12-01Unit testingMica White
2024-05-31Update version numberMicha White
2024-05-27Remove TOML commentBotahamec
2024-05-27Set MSRVBotahamec
2024-05-22Documentation for typesBotahamec
2024-03-11Update version numberMica White
2024-03-10Make spin and parking lot optionalMica White
2024-03-10Better librarificationMica White
2024-03-09docsMica White
2024-03-08Add some methodsMica White
2024-03-08Remove std mutexMica White
2024-03-08Allow movesMica White
2022-10-27Added cargo warningsBotahamec
2022-10-27Made a key for locksBotahamec
2022-10-27Remove the mutexBotahamec
2022-10-26Created ThreadKeyBotahamec
2022-10-26StartBotahamec