rustLibhks 0.1.0

Sample library in rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Hitesh Kumar Sharma"]
description = "Sample library in rust"
edition = "2021"
homepage = "https://github.com/hkshitesh/rustlibdemo"
license = "MIT OR Apache-2.0"
name = "rustLibhks"
readme = "README.md"
repository = "https://github.com/hkshitesh/rustlibdemo"
version = "0.1.0"