diff options
Diffstat (limited to 'third_party/rust/atomic_refcell/README.md')
-rw-r--r-- | third_party/rust/atomic_refcell/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/rust/atomic_refcell/README.md b/third_party/rust/atomic_refcell/README.md new file mode 100644 index 0000000000..de72c55daa --- /dev/null +++ b/third_party/rust/atomic_refcell/README.md @@ -0,0 +1,2 @@ +# atomic_refcell +Threadsafe RefCell for Rust. |