From 25b21e59e0fc039782b5b9709df14a88039bd3e6 Mon Sep 17 00:00:00 2001 From: Christian Reitter Date: Mon, 16 Dec 2024 12:07:31 +0100 Subject: [PATCH] Initial commit --- .gitignore | 15 +++++++++++++++ README.md | 28 ++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..848a756 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +# ---> Rust +# Generated by Cargo +# will have compiled files and executables +debug/ +target/ + +# These are backup files generated by rustfmt +**/*.rs.bk + +# MSVC Windows builds of rustc generate these, which store debugging information +*.pdb + +*.swp + +.vscode/ \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..acd0117 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# Milk Sad Code + +Milk Sad research related code. + +## Related Code Repositories + +Some components live in their own repository, see: +* https://git.distrust.co/milksad/rust-bloom-filter-generator +* https://git.distrust.co/milksad/lookup + +(there may be others) + +## License + +Some components in this repository use different licenses. See the individual folders for more details. + +## Credits + +The Milk Sad team, see https://milksad.info. + +Specific code contributors: +* Daniel Grove +* Anton Livaja +* Christian Reitter +* Heiko Schaefer + +See the individual `README.md` files for details. +