diff options
author | Matt Strapp <matt@mattstrapp.net> | 2024-08-05 14:35:53 -0500 |
---|---|---|
committer | Matt Strapp <matt@mattstrapp.net> | 2024-08-05 14:35:53 -0500 |
commit | 1a188859cce8d8bc5290ae7c60c9345d93e2ad2e (patch) | |
tree | f15d3566ce3ae3c927671950e8581f699cb79499 /README.md | |
parent | Add python and a bunch of documentation (diff) | |
download | locusts-1a188859cce8d8bc5290ae7c60c9345d93e2ad2e.tar locusts-1a188859cce8d8bc5290ae7c60c9345d93e2ad2e.tar.gz locusts-1a188859cce8d8bc5290ae7c60c9345d93e2ad2e.tar.bz2 locusts-1a188859cce8d8bc5290ae7c60c9345d93e2ad2e.tar.lz locusts-1a188859cce8d8bc5290ae7c60c9345d93e2ad2e.tar.xz locusts-1a188859cce8d8bc5290ae7c60c9345d93e2ad2e.tar.zst locusts-1a188859cce8d8bc5290ae7c60c9345d93e2ad2e.zip |
readme: Add list of supported languages
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,3 +1,10 @@ # Locusts: A universal library -We here at Locusts-R-Us have developed a series of libraries for all sorts of programming languages to introduce locusts in all sorts of codebases.
\ No newline at end of file +We here at Locusts-R-Us have developed a series of libraries for all sorts of programming languages to introduce locusts in all sorts of codebases. + +## Currently Supported Languages +- [C/C++](./docs/C.md) +- [Rust](./docs/Rust.md) +- [Go](./docs/Go.md) +- [Python](./docs/Python.md) + |