abin 0.1.6

A library for working with binaries and strings. The library tries to avoid heap-allocations / memory-copy whenever possible by automatically choosing a reasonable strategy: stack for small binaries; static-lifetime-binary or reference-counting.
Documentation
[dependencies.serde]
default-features = false
optional = true
version = ">= 1.0.96"

[dependencies.smallvec]
version = ">= 1.4"
[dev-dependencies.rayon]
version = ">= 1.4"

[dev-dependencies.serde]
features = ["derive"]
version = ">= 1.0.96"

[dev-dependencies.serde_cbor]
version = ">= 0.11"

[dev-dependencies.stats_alloc]
version = ">= 0.1"

[package]
authors = ["cronosun <silvergate@gmail.com>"]
categories = ["data-structures", "memory-management"]
description = "A library for working with binaries and strings. The library tries to avoid heap-allocations / memory-copy whenever possible by automatically choosing a reasonable strategy: stack for small binaries; static-lifetime-binary or reference-counting."
edition = "2018"
homepage = "https://github.com/cronosun/abin/"
keywords = ["binary", "string", "small", "rc", "stack"]
license = "MIT OR Apache-2.0"
name = "abin"
readme = "../README.md"
repository = "https://github.com/cronosun/abin/"
version = "0.1.6"