resize-slice 0.0.1

Shrink slice references
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# resize-slice

[![travis-badge][]][travis] [![release-badge][]][cargo] [![docs-badge][]][docs] [![license-badge][]][license]

`ResizeSlice` is an extension trait that allows slice references to be modified and shrunk in-place.

[travis-badge]: https://img.shields.io/travis/arcnmx/resize-slice-rs/master.svg?style=flat-square
[travis]: https://travis-ci.org/arcnmx/resize-slice-rs
[release-badge]: https://img.shields.io/github/release/arcnmx/resize-slice-rs.svg?style=flat-square
[cargo]: https://crates.io/crates/resize-slice
[docs-badge]: https://img.shields.io/badge/API-docs-blue.svg?style=flat-square
[docs]: http://arcnmx.github.io/resize-slice-rs/resize_slice/
[license-badge]: https://img.shields.io/badge/license-MIT-lightgray.svg?style=flat-square
[license]: https://github.com/arcnmx/resize-slice-rs/blob/master/COPYING