atomic-ops

Crates.ioatomic-ops
lib.rsatomic-ops
version0.1.1
sourcesrc
created_at2024-04-19 20:19:52.480499
updated_at2024-04-19 20:22:43.653903
descriptionPerforms atomic operations in the filesystem
homepagehttps://github.com/versolid/atomic-ops
repositoryhttps://github.com/versolid/atomic-ops
max_upload_size
id1214084
size42,965
Ivan Ermolaev (Nawy)

documentation

https://docs.rs/atomic-ops

README

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.
Commit count: 0

cargo fmt