[package]
edition = "2018"
name = "vptr"
version = "0.2.0"
authors = ["Olivier Goffart <ogoffart@woboq.com>"]
description = "Thin references to trait objects by embedding the virtual table pointer in the struct"
documentation = "https://docs.rs/vptr"
readme = "README.md"
keywords = ["vtable", "thin", "light", "trait", "virtual"]
categories = ["memory-management"]
license = "MIT"
repository = "https://github.com/ogoffart/vptr"
[dependencies.vptr-macros]
version = "=0.2.0"
[features]
default = ["std"]
std = []