locusts 0.0.0

A Rust library that introduces locusts into your codebase
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented1 out of 1 items with examples
  • Size
  • Source code size: 350.71 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 489.67 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • locusts-r-us/locusts
    2 0 5
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • RosstheRoss

locusts

Rust

Description

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.

Installation

Add this to your Cargo.toml:

[dependencies]
locusts = "1"

or run the following

cargo add locusts

Example

use locusts;

fn main() {
 locusts::introduce_locusts();
 // Locusts are now in your codebase!
}

License

This project is licensed under the BSD Zero Clause License. See the LICENSE file for details.