We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36af8ac commit 1bc9d32Copy full SHA for 1bc9d32
Cargo.toml
@@ -3,4 +3,10 @@ name = "atomic_ref"
3
version = "0.1.0"
4
authors = ["Michael Layzell <michael@thelayzells.com>"]
5
6
+description = "Atomic &'a T types with support for static allocation"
7
+repository = "https://github.com/mystor/atomic_ref"
8
+readme = "README.md"
9
+license = "MIT"
10
+keywords = ["atomic", "reference", "static"]
11
+
12
[dependencies]
README.md
@@ -0,0 +1,6 @@
1
+# `AtomicRef`
2
+[](https://travis-ci.org/mystor/atomic_ref)
+An atomic optional reference with support for static allocation.
+See the [documentation](https://docs.rs/atomic_ref/) for more information.
0 commit comments