dont_panic_slice 0.1.0

Slice that causes link error instead of panicking.
Documentation
[dependencies]
dont_panic = "0.1"

[features]
default = []
panic = ["dont_panic/panic"]

[package]
authors = ["Martin Habovštiak <martin.habovstiak@gmail.com>"]
categories = ["no-std", "rust-patterns"]
description = "Slice that causes link error instead of panicking."
homepage = "https://github.com/Kixunil/dont_panic"
keywords = ["panic", "static-check", "static_assert", "static-assert", "slice"]
license = "MITNFA"
name = "dont_panic_slice"
readme = "README.md"
repository = "https://github.com/Kixunil/dont_panic"
version = "0.1.0"

[profile.test]
opt-level = 3