rustace 0.0.0

Foundational Rust utilities (early release)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "rustace"
version = "0.0.0"
edition = "2021"
description = "Foundational Rust utilities (early release)"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/ankit-chaubey/rustace"
keywords = ["rust", "utils", "foundation"]
categories = ["development-tools"]

[[bin]]
name = "rustace"
path = "src/bin/rustace.rs"