cuneiform 0.1.1

Cache optimizations for Rust, revived from the slabs of Sumer.
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "vertexclique/cuneiform"

[dependencies.lazy_static]
version = "1.4"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"

[dependencies.walkdir]
version = "2.2"

[dev-dependencies.trybuild]
version = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Mahmut Bulut <vertexclique@gmail.com>"]
categories = ["concurrency", "data-structures", "algorithms"]
description = "Cache optimizations for Rust, revived from the slabs of Sumer."
documentation = "https://docs.rs/cuneiform"
edition = "2018"
exclude = [".github/*", "examples/*", "graphstore/*", "tests/*", "img/*", "ci/*", "benches/*", "doc/*", "*.png", "*.dot", "*.yml", "*.toml", "*.md"]
homepage = "https://github.com/vertexclique/cuneiform"
keywords = ["cache", "optimizations", "architecture", "cache-optimizations", "no_std"]
license = "Apache-2.0/MIT"
name = "cuneiform"
readme = "README.md"
repository = "https://github.com/vertexclique/cuneiform"
version = "0.1.1"