[go: up one dir, main page]

static_assertions 0.2.3

Compile-time assertions to ensure that invariants are met.
Documentation
[package]
name = "static_assertions"
version = "0.2.3"
authors = ["Nikolai Vazquez"]
license = "MIT/Apache-2.0"
homepage = "https://github.com/nvzqz/static-assertions-rs"
repository = "https://github.com/nvzqz/static-assertions-rs"
categories = ["no-std", "rust-patterns"]
keywords = ["assert", "static", "testing"]
description = "Compile-time assertions to ensure that invariants are met."

[badges]
travis-ci = { repository = "nvzqz/static-assertions-rs" }

[features]
# For testing
const_fn = []
nightly = ["const_fn"]
failure = [] # Compiles tests that are expected to fail