slice-copy 0.1.0

Go style copying for slices
Documentation
1
2
3
4
5
6
7
8
slice-copy
==========

[![Build Status](https://travis-ci.org/twmb/slice-copy.svg?branch=master)](https://travis-ci.org/twmb/slice-copy)  [![Crates.io](https://img.shields.io/crates/v/slice-copy.svg)](https://crates.io/crates/slice-copy) [![Documentation](https://docs.rs/slice-copy/badge.svg)](https://docs.rs/slice-copy/)

Go style copying for slices. For times where you would rather use the amount
copied to adjust your slices as opposed to adjusting your slices to determine
the amount to copy.