copyless 0.1.5

Ways to eliminate memcpy calls when using the standard library.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[lib]

[package]
authors = ["Dzmitry Malyshau <kvarkus@gmail.com>"]
description = "Ways to eliminate memcpy calls when using the standard library."
edition = "2018"
homepage = "https://github.com/kvark/copyless"
keywords = ["containers", "memcpy"]
license = "MIT OR Apache-2.0"
name = "copyless"
repository = "https://github.com/kvark/copyless"
version = "0.1.5"