Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arcnmx/resize-slice-rs

Rust slice extension trait
https://github.com/arcnmx/resize-slice-rs

Last synced: 18 days ago
JSON representation

Rust slice extension trait

Awesome Lists containing this project

README

        

# 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