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 731f6bc commit 15e2ab1Copy full SHA for 15e2ab1
README.md
@@ -1,6 +1,18 @@
1
rust-smallvec
2
=============
3
4
+> **Note**
5
+> This is the code for smallvec 2.0, which is not yet ready for release. For
6
+> details about the changes in version 2.0, please see #183, #240, and #284.
7
+>
8
+> The source code for the latest smallvec 1.x.y release can be found on the
9
+> [v1 branch]. Bug fixes for smallvec 1 should be based on that branch, while
10
+> new feature development should go on the v2 branch.
11
+
12
+[v1 branch]: https://github.com/servo/rust-smallvec/tree/v1
13
14
+## About smallvec
15
16
[Documentation](https://docs.rs/smallvec/)
17
18
[Release notes](https://github.com/servo/rust-smallvec/releases)
0 commit comments