Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arcnmx/resize-slice-rs
- Owner: arcnmx
- License: mit
- Created: 2015-07-21T02:10:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-02-06T17:28:53.000Z (almost 5 years ago)
- Last Synced: 2024-04-25T10:20:49.531Z (7 months ago)
- Language: Rust
- Size: 611 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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