crossync 0.0.3

Rust Concurrent Programming Tools.
Documentation
# Changelog


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

## [0.0.3] - 2025-11-03


### Added 


- WatchGuardRef.downcast_ref 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