[package] name = "referent" version = "0.1.1" authors = ["Michael Hewson "] description = "A trait for working with pointers to `?Sized` types, letting you separate them into a thin pointer and metadata, and reassemble from those parts" license = "MIT/Apache-2.0" [features] default = ["nightly"] nightly = []