File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ Recent Changes (arrayvec)
4
4
## 0.6.0
5
5
6
6
- The ** const generics** release 🎉. Arrayvec finally implements what it
7
- wanted to implement all along , since its first version; a vector backed by
8
- and array, with generic parameters for the arbitrary element type
9
- and backing array capacity.
7
+ wanted to implement, since its first version: a vector backed by an array,
8
+ with generic parameters for the arbitrary element type * and * backing array
9
+ capacity.
10
10
11
- New type syntax is ` ArrayVec<T, CAP> ` where CAP is the arrayvec capacity.
11
+ The New type syntax is ` ArrayVec<T, CAP> ` where ` CAP ` is the arrayvec capacity.
12
12
For arraystring the syntax is ` ArrayString<CAP> ` .
13
- By @bluss .
13
+ Change by @bluss .
14
14
15
15
- Arrayvec's ` .extend() ` and ` FromIterator ` /` .collect() ` to arrayvec now
16
- ** panic** if the capacity of the arrayvec is exceeded. By @bluss .
16
+ ** panic** if the capacity of the arrayvec is exceeded. Change by @bluss .
17
17
18
18
- Arraystring now implements ` TryFrom<&str> ` and ` TryFrom<fmt::Arguments> ` by
19
19
@c410-f3r
@@ -71,6 +71,8 @@ Recent Changes (arrayvec)
71
71
- Require Rust 1.36 or later, for the unconditional ` MaybeUninit `
72
72
improvements.
73
73
74
+ ## Older releases
75
+
74
76
- 0.4.11
75
77
76
78
- In Rust 1.36 or later, use newly stable ` MaybeUninit ` . This extends the
You can’t perform that action at this time.
0 commit comments