Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
silvanshade committed May 5, 2024
1 parent 4ae621a commit 1790646
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<div align="center">
<h1><code>moveref</code></h1>
<p>
<strong>Types and traits for C++ style placement initialization and move semantics</strong>
<strong>Types and traits for safe C++ style placement initialization and move semantics</strong>
<br />
<sub>Acknowledgement: originally based on <a href="https://github.com/google/moveref">google/moveref</a></sub>
</p>
<p style="margin-bottom: 0.5ex;">
<a href="https://silvanshade.github.io/moveref/moveref"><img
Expand All @@ -15,3 +17,11 @@
/></a>
</p>
</div>

## Status

This crate is considered stable and suitable for normal usage.

The internals are fully documented and test coverage aims to be as complete as possible.

We additionally check the crate with [cargo careful](https://github.com/RalfJung/cargo-careful), [cargo miri](https://github.com/rust-lang/miri), and [cargo valgrind](https://github.com/jfrimmel/cargo-valgrind).

0 comments on commit 1790646

Please sign in to comment.