checking 0.1.0

A simple data checker for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "checking"
version = "0.1.0"
edition = "2021"
description = "A simple data checker for Rust"
license = "MIT"
keywords = ["type", "check", "checker", "checking", "typechecking"]
authors = ["SKKYZ3R <skkyz3r.dev@gmail.com>"]

[dependencies]