Skip to content

Commit

Permalink
Mention ExclusiveCell in the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkroening committed Dec 17, 2022
1 parent 02096ef commit de1cd64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@
//! assert_eq!("Ferris", MAP.get(&42).unwrap());
//! ```
//!
//! # Accessing Static Data Mutably
//!
//! There is [`ExclusiveCell`] for safely accessing static data mutable _once_.
//!
//! # Type Definitions
//!
//! This crate provides a lot of type definitions for ease of use:
Expand Down

0 comments on commit de1cd64

Please sign in to comment.