Sha256: 47b164ac9497cb7d32bbfa8809b05ee2f39e4f1539336b0c9b29c0d631ba0e2e
Contents?: true
Size: 673 Bytes
Versions: 2
Compression:
Stored size: 673 Bytes
Contents
# Locusts [](https://github.com/locusts-r-us/locusts/actions/workflows/dotnet.yml)  ## 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 ```sh dotnet add package Locusts ``` ## Example ```cs using Locusts; Locusts.Introduce(); // Locusts are now in your codebase! ``` ## License This project is licensed under the BSD Zero Clause License. See the [LICENSE](../LICENSE) file for details.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
locusts-0.0.1 | docs/.NET.md |
locusts-0.0.0 | docs/.NET.md |