Initial commit
This commit is contained in:
commit
25b21e59e0
|
@ -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/
|
|
@ -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.
|
||||
|
Loading…
Reference in New Issue