aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2024-08-05 14:35:53 -0500
committerMatt Strapp <matt@mattstrapp.net>2024-08-05 14:35:53 -0500
commit1a188859cce8d8bc5290ae7c60c9345d93e2ad2e (patch)
treef15d3566ce3ae3c927671950e8581f699cb79499
parentAdd python and a bunch of documentation (diff)
downloadlocusts-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>
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 210a8c5..a9a06f6 100644
--- a/README.md
+++ b/README.md
@@ -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)
+