libutils-console 2.1.1

A simple generalized I/O interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "libutils-console"
description = "A simple generalized I/O interface"
version = "2.1.1"
edition.workspace = true
rust-version.workspace = true
categories = ["command-line-interface", "config", "filesystem", "no-std", "simulation"]
keywords = ["system", "io", "cli", "errors"]
homepage.workspace = true
repository.workspace = true
license.workspace = true
authors.workspace = true

[lib]
path = "./mod.rs"

[dependencies]
libutils-issue = {workspace = true}