Update README.md

This commit is contained in:
Stjepan Glavina 2017-10-25 21:14:43 +02:00 committed by GitHub
parent 1f042c204b
commit 9713e68fd2
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,12 @@
# vec-arena
# vec-arena [deprecated]
[![Build Status](https://travis-ci.org/stjepang/vec-arena.svg?branch=master)](https://travis-ci.org/stjepang/vec-arena)
[![License](https://img.shields.io/badge/license-Apache--2.0%2FMIT-blue.svg)](https://github.com/stjepang/vec-arena)
[![Cargo](https://img.shields.io/crates/v/vec-arena.svg)](https://crates.io/crates/vec-arena)
[![Documentation](https://docs.rs/vec-arena/badge.svg)](https://docs.rs/vec-arena)
**This crate is now deprecated in favor of [slab](https://github.com/carllerche/slab).**
#### What is this?
A simple object arena.