crossync 0.0.4

Rust Concurrent Programming Tools.
Documentation
# Changelog


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

## [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