static_assert 0.1.3

static assertions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]

name = "static_assert"

version = "0.1.3"

authors = ["Oliver Schneider <rust-sa8217693178821785@oli-obk.de>"]

description = "static assertions"

homepage = "https://github.com/oli-obk/rust-sa"

repository = "https://github.com/oli-obk/rust-sa"

readme = "README.md"

keywords = ["compile", "time", "static", "assert"]

license-file = "LICENSE"



[lib]

name = "static_assert_"

plugin = true