author | Manish Goregaokar <manishearth@gmail.com> |
Fri, 10 Feb 2017 12:19:18 -0800 | |
changeset 376092 | b92f6949d70442e06c66e2a2d120a81984c8289b |
permissions | -rw-r--r-- |
[package] name = "void" version = "1.0.2" authors = ["Jonathan Reem <jonathan.reem@gmail.com>"] repository = "https://github.com/reem/rust-void.git" description = "The uninhabited void type for use in statically impossible cases." readme = "README.md" license = "MIT" [features] default = ["std"] std = []