columnation 0.1.2

Unsafe columnar containers for native Rust types
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "columnation"
version = "0.1.2"
authors = ["Frank McSherry <fmcsherry@me.com>"]
description = "Unsafe columnar containers for native Rust types"
edition = "2018"

# These URLs point to more information about the repository
documentation = "http://github.com/frankmcsherry/columnation"
homepage = "http://github.com/frankmcsherry/columnation"
repository = "https://github.com/frankmcsherry/columnation.git"
license = "MIT"

[dependencies]
paste = "1.0.6"
smallvec = { version = "1.15.1", features = ["const_generics"] }