trailer 0.1.2

Store a type with an associated buffer in contiguous memory
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "trailer"
version = "0.1.2"
authors = ["Geoffroy Couprie <contact@geoffroycouprie.com>"]
edition = "2018"
description = "Store a type with an associated buffer in contiguous memory"
license = "MIT"
repository = "https://github.com/Geal/trailer"
readme = "README.md"
documentation = "https://docs.rs/trailer"
keywords = ["buffer"]
categories = []

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]