saneput 0.2.0

Sane input reading library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "saneput"
description = "Sane input reading library"
version = "0.2.0"
edition = "2021"
repository = "https://github.com/ItsEthra/saneput"
authors = ["ItsEthra"]
license = "MIT"
readme = "README.md"

[dependencies]
saneput-proc = "0.2" 

[workspace]
members = ["saneput-proc"]