Skip to content

Commit 1bc9d32

Browse files
committed
Add readme, and Cargo.toml information
1 parent 36af8ac commit 1bc9d32

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,10 @@ name = "atomic_ref"
33
version = "0.1.0"
44
authors = ["Michael Layzell <michael@thelayzells.com>"]
55

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+
612
[dependencies]

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# `AtomicRef`
2+
[![Build Status](https://travis-ci.org/mystor/atomic_ref.svg?branch=master)](https://travis-ci.org/mystor/atomic_ref)
3+
4+
An atomic optional reference with support for static allocation.
5+
6+
See the [documentation](https://docs.rs/atomic_ref/) for more information.

0 commit comments

Comments
 (0)