heart-strings

Crates.ioheart-strings
lib.rsheart-strings
version
sourcesrc
created_at2024-11-18 10:11:34.749305
updated_at2024-11-18 10:11:34.749305
descriptionQuickly get random heart emojis to copy!
homepage
repositoryhttps://github.com/Wilker-uwu/rs-heart-strings
max_upload_size
id1452064
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Wilker (Wilker-uwu)

documentation

README

rs-Heart-Strings

Unarchived 2024-11-17: to learn to publish this thing into crates.io properly, i might as well make a few more changes.
ARCHIVED 2023-06-13: i've considered this project done for now. but also, turns out that money is a thing and that i won't have an internet connection after 15/june/2023, which will massively hinder my ability to study. send help, please.

Make hearts to your hearts content!

This is my second ever project finished in my process of learning Rust! (if you consider a hello-world a project at all).

Installation:

All listed methods requires cargo to be installed. You can get it with the Rustup toolchain at https://rustup.rs/.

From Cargo:

You can simply install from the listed crate at crates.io using

cargo install heart-strings

From source:

After cloning the repo with git, simply build and have at it!

git clone https://github.com/Wilker-uwu/rs-heart-strings.git
cd rs-heart-strings
cargo build --release
cargo install --path .

Usage:

Throw a bunch of numbers and see hearts fly!

hearts [HEARTS...]

...where HEARTS is just a number of hearts that you choose! Multiple numbers means multiple lines of hearts!

Example:

$ hearts 5 32 16 54
💕💗💓💖💖
💖💞💖💞💓💞💝❣️💕❤️💘❤️💞💘💓💝💓❣️💝💝💝❤️❣️💕💞❣️💗💖❣️💞❤️❣️
💗💖❤️💝💗💗💞❣️💓💝💗❣️💘💗💓💞
💖❤️💓💕💘❣️💞💓💘💘💓💘💗❣️💘💕💗💘💝💝💓💕💗❤️💞💕💘💞💝💞💗💞💝❤️💞💞💗💞❤️💘💓💕❤️💝❣️❤️💝❣️💘💗❣️💖❤️💕
IMPORTANT: anything else other than numbers will NOT work!
Commit count: 12

cargo fmt