[package] name = "loopcell" version = "1.0.0" edition = "2021" authors = ["Matti "] description = "cell for multiple routes of access that are only used one-at-a-time in sequence" categories = ["no-std::no-alloc", "rust-patterns", "data-structures", "memory-management", "concurrency"] keywords = ["loop", "cell", "async", "borrow", "from_fn"] license = "MPL-2.0" repository = "https://gitlab.com/infomorphic-matti/loopcell" homepage = "https://gitlab.com/infomorphic-matti/loopcell" documentation = "https://docs.rs/loopcell" [dependencies] option-lock = { version = "0.3", default-features = false } [package.metadata.docs.rs] all-features = true cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]