additional data

This commit is contained in:
nora 2021-10-19 21:51:49 +02:00
parent a473227d40
commit 816945adff
2 changed files with 5 additions and 4 deletions

View file

@ -4,7 +4,6 @@ version = "0.1.0"
edition = "2018"
description = "A simple extension to the Rust standard library for exercises"
keywords = ["beginner", "help"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
license = "MIT"
homepage = "https://github.com/Nilstrieb/simple-std/"
repository = "https://github.com/Nilstrieb/simple-std/"

View file

@ -1,5 +1,7 @@
# note: this is for practicing rust only, do not use this in actual production programs!
really, don't.
simple-std is a little extension to the standard library,
providing additional helpers for getting input or creating random numbers.