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