cnsl 0.1.3

A crate that provides methods and macros for interacting with the command line.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies]

[package]
authors = ["ImajinDevon"]
categories = ["accessibility", "command-line-interface", "command-line-utilities"]
description = "A crate that provides methods and macros for interacting with the command line."
documentation = "https://docs.rs/cnsl/"
edition = "2021"
keywords = ["console", "stdout", "stderr", "stdin", "cli"]
license = "WTFPL"
name = "cnsl"
readme = "README.md"
repository = "https://www.github.com/imajindevon/cnsl/"
resolver = "2"
rust-version = "1.60.0"
version = "0.1.3"