Crates.io | locusts |
lib.rs | locusts |
version | 0.0.0 |
source | src |
created_at | 2024-10-29 19:25:54.39563 |
updated_at | 2024-10-29 19:25:54.39563 |
description | A Rust library that introduces locusts into your codebase |
homepage | |
repository | https://github.com/locusts-r-us/locusts |
max_upload_size | |
id | 1427530 |
size | 351,032 |
locusts is a library that provides a way to introduce locusts into your code.
Why would you want to do that? I don't know.
Add this to your Cargo.toml
:
[dependencies]
locusts = "1"
or run the following
cargo add locusts
use locusts;
fn main() {
locusts::introduce_locusts();
// Locusts are now in your codebase!
}
This project is licensed under the BSD Zero Clause License. See the LICENSE file for details.