# AtomicOps Readme AtomicOps is a Rust library that assists in performing atomic operations. It aims to provide an easy-to-use and efficient way of managing data synchronization across multiple threads or processes. ## Features 1. Atomicity: All operations performed using FusionSync are guaranteed to be atomic, ensuring that they will execute without interference from other threads or processes. 2. Thread safety: The library is designed to be thread-safe, meaning that multiple threads can safely use it at the same time without causing data corruption or inconsistencies. 3. Cross-platform compatibility: *AtomicOps* is built using platform-independent code and has been tested on various operating systems including Windows, Linux, and macOS.