tiva 0.2.0

A tiny type-enforced validation system.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[lib]
name = "tiva"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A tiny type-enforced validation system."
edition = "2021"
license = "GPL-3.0-only"
name = "tiva"
readme = "README.md"
repository = "https://github.com/AdinAck/tiva"
version = "0.2.0"