This repository was archived by the owner on Nov 27, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ Alloc-WG
12
12
An attempt to collect several proposals of [ rust-lang/wg-allocators] ( https://github.com/rust-lang/wg-allocators ) into a
13
13
MVP.
14
14
15
+ ** This crate is WIP** and is designed to replace the alloc crate. However, this is not completely possible as crate, as some
16
+ compiler features are not possible for crates.
17
+
15
18
Changes regarding the current ` Alloc ` trait
16
19
-------------------------------------------
17
20
@@ -59,13 +62,13 @@ Changes regarding the current `Alloc` trait
59
62
Currently associated containers
60
63
-------------------------------
61
64
62
- - [ ` Box ` ] Missing Items:
63
- - ` FromIterator<A> for Box<[A]> ` as ` Vec ` is not implemented yet.
65
+ - [ ` Box ` ] struct
64
66
- specialization of sized iterators as it's not possible for downstream crates.
65
67
- Limited ` T: Copy ` for ` Fn ` -traits as it's not possible for downstream crates.
66
68
67
69
- [ ` RawVec ` ]
68
70
- [ ` Vec ` ]
71
+ - [ ` String ` ]
69
72
70
73
[ `Alloc` ] : https://doc.rust-lang.org/1.38.0/alloc/alloc/trait.Alloc.html
71
74
[ `AllocRef` ] : https://timdiekmann.github.io/alloc-wg/alloc_wg/alloc/trait.AllocRef.html
@@ -81,6 +84,7 @@ Currently associated containers
81
84
[ `Hasher` ] : https://doc.rust-lang.org/1.38.0/core/hash/trait.Hasher.html
82
85
[ `NonZeroLayout` ] : https://timdiekmann.github.io/alloc-wg/alloc_wg/alloc/struct.NonZeroLayout.html
83
86
[ `AbortAlloc` ] : https://timdiekmann.github.io/alloc-wg/alloc_wg/alloc/struct.AbortAlloc.html
87
+ [ `String` ] : https://timdiekmann.github.io/alloc-wg/alloc_wg/string/struct.String.html
84
88
85
89
License
86
90
-------
You can’t perform that action at this time.
0 commit comments