crossync 0.1.2

A fast concurrent programming suite for Rust.
Documentation
# Changelog


All notable changes to this project will be documented in this file.

## [0.1.2] - 2026-04-21


- improved performances
- fixed possible deadlocks

# [0.1.0] - 2026-01-13


- added some core utilities

## [0.0.4] - 2025-11-04


### Added 


- WatchGuardRef::downcast over Box<dyn Any>
- WatchGuardMut::downcast over Box<dyn Any>

## [0.0.2] - 2025-10-31


### Fixed 


 - futex issue on linux platforms
 - rearranged some code

## [0.0.1] - 2025-10-23


- Initial Release