Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 1503f4b

Browse files
committed
Update README.md
1 parent 6572f7a commit 1503f4b

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Alloc-WG
1212
An attempt to collect several proposals of [rust-lang/wg-allocators](https://github.com/rust-lang/wg-allocators) into a
1313
MVP.
1414

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+
1518
Changes regarding the current `Alloc` trait
1619
-------------------------------------------
1720

@@ -59,13 +62,13 @@ Changes regarding the current `Alloc` trait
5962
Currently associated containers
6063
-------------------------------
6164

62-
- [`Box`] Missing Items:
63-
- `FromIterator<A> for Box<[A]>` as `Vec` is not implemented yet.
65+
- [`Box`]struct
6466
- specialization of sized iterators as it's not possible for downstream crates.
6567
- Limited `T: Copy` for `Fn`-traits as it's not possible for downstream crates.
6668

6769
- [`RawVec`]
6870
- [`Vec`]
71+
- [`String`]
6972

7073
[`Alloc`]: https://doc.rust-lang.org/1.38.0/alloc/alloc/trait.Alloc.html
7174
[`AllocRef`]: https://timdiekmann.github.io/alloc-wg/alloc_wg/alloc/trait.AllocRef.html
@@ -81,6 +84,7 @@ Currently associated containers
8184
[`Hasher`]: https://doc.rust-lang.org/1.38.0/core/hash/trait.Hasher.html
8285
[`NonZeroLayout`]: https://timdiekmann.github.io/alloc-wg/alloc_wg/alloc/struct.NonZeroLayout.html
8386
[`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
8488

8589
License
8690
-------

0 commit comments

Comments
 (0)