Skip to content

Commit

Permalink
README.md: Add alloc-tls, update to reflect that alloc-fmt is released
Browse files Browse the repository at this point in the history
  • Loading branch information
joshlf committed Feb 24, 2018
1 parent 7fa79ea commit f20dad7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
<!-- Copyright 2017 the authors. See the 'Copyright and license' section of the
<!-- Copyright 2017-2018 the authors. See the 'Copyright and license' section of the
README.md file at the top-level directory of this repository.
Licensed under the Apache License, Version 2.0 (the LICENSE-APACHE file) or
Expand Down Expand Up @@ -34,7 +34,8 @@ More detailed information on each crate can be found in the crate's `README.md`.

| Crate | Description |
|-------|-------------|
| [`alloc-fmt`](https://github.com/ezrosent/allocators-rs/blob/master/alloc-fmt) | Allocation-safe formatting and debugging macros (unreleased) |
| [`alloc-fmt`](https://github.com/ezrosent/allocators-rs/blob/master/alloc-fmt) | Allocation-safe formatting and debugging macros |
| [`alloc-tls`](https://github.com/ezrosent/allocators-rs/blob/master/alloc-tls) | Allocation-safe thread-local storage |
| [`bagpipe`](https://github.com/ezrosent/allocators-rs/blob/master/bagpipe) | Fast, concurrent data structures including queues and a weakly-ordered bag data structure ([design](https://github.com/ezrosent/allocators-rs/blob/master/info/bagpipes.md)) |
| [`malloc-bind`](https://github.com/ezrosent/allocators-rs/blob/master/malloc-bind) | Bindings to allow a Rust `Alloc` to implement the C `malloc` API |
| [`object-alloc`](https://github.com/ezrosent/allocators-rs/blob/master/object-alloc) | Traits representing type-specific variants of the `Alloc` trait |
Expand Down

0 comments on commit f20dad7

Please sign in to comment.