aligned-buffer 0.0.0

A buffer with controllable alignment, that can be sealed and shared by reference count.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.const_panic]
default-features = false
version = "0.2.8"

[dependencies.thiserror]
version = "1.0.56"

[package]
authors = ["Aleksander Heintz <alxandr@alxandr.me>"]
description = "A buffer with controllable alignment, that can be sealed and shared by reference count."
edition = "2021"
keywords = ["buffer", "rkyv", "bytes"]
license = "MIT"
name = "aligned-buffer"
repository = "https://github.com/YoloDev/rkyv-utils"
resolver = "1"
version = "0.0.0"