[package] name = "orx-concurrent-option" version = "1.3.0" edition = "2021" authors = ["orxfun "] description = "ConcurrentOption is a lock-free concurrent read and write option type." license = "MIT" repository = "https://github.com/orxfun/orx-concurrent-option/" keywords = ["concurrency", "option", "data-structures", "atomic", "lock-free"] categories = ["data-structures", "concurrency", "rust-patterns", "no-std"] [dependencies] [dev-dependencies] test-case = "3.3.1" [features] default = []