Go to file
Louis Vallat 91f3ef3616
All checks were successful
Build Rust binary in release mode / Build and run binary (push) Successful in 5s
feat: moved to gitea workflows for CI/CD
Signed-off-by: Louis Vallat <contact@louis-vallat.dev>
2024-09-08 17:38:53 +02:00
.gitea/workflows feat: moved to gitea workflows for CI/CD 2024-09-08 17:38:53 +02:00
src Removed unused dependency 2022-02-06 10:52:30 +01:00
.gitignore Added lock to gitignore 2022-02-02 10:51:31 +01:00
Cargo.toml Initial commit 2022-02-02 10:47:12 +01:00
LICENSE Add LICENSE 2022-02-02 09:47:51 +00:00
README.md Added README 2022-02-02 10:50:59 +01:00

Mettallibruh

Generates new and original lyrics from a set of existing lyrics.

Format

The input file should be formatted such as:

  • one line <=> one sentence
  • sentences should end with dots, always

How to use

cargo run --release -- ./input

This was made as a quick implementation for an idea.