mirror of
https://github.com/Noratrieb/simple-std.git
synced 2026-01-14 16:35:06 +01:00
additional data
This commit is contained in:
parent
a473227d40
commit
816945adff
2 changed files with 5 additions and 4 deletions
|
|
@ -4,7 +4,6 @@ version = "0.1.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "A simple extension to the Rust standard library for exercises"
|
description = "A simple extension to the Rust standard library for exercises"
|
||||||
keywords = ["beginner", "help"]
|
keywords = ["beginner", "help"]
|
||||||
|
license = "MIT"
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
homepage = "https://github.com/Nilstrieb/simple-std/"
|
||||||
|
repository = "https://github.com/Nilstrieb/simple-std/"
|
||||||
[dependencies]
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,7 @@
|
||||||
# note: this is for practicing rust only, do not use this in actual production programs!
|
# 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,
|
simple-std is a little extension to the standard library,
|
||||||
providing additional helpers for getting input or creating random numbers.
|
providing additional helpers for getting input or creating random numbers.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue