create src

This commit is contained in:
awfixer
2026-03-11 02:04:19 -07:00
commit 52f7a22bf2
2595 changed files with 402870 additions and 0 deletions

23
.gitignore vendored Normal file
View File

@@ -0,0 +1,23 @@
# Created by .ignore support plugin (hsz.mobi)
### Rust template
# Generated by Cargo
# will have compiled files and executables
target/
# repositories used for local testing
/tests/fixtures/repos
$/tests/fixtures/repos/
/tests/fixtures/commit-graphs/
$/tests/fixtures/commit-graphs/
**/generated-do-not-edit/
# Cargo lock files of fuzz targets - let's have the latest versions of everything under test
**/fuzz/Cargo.lock
# newer Git sees these as precious, older Git falls through to the pattern above
$**/fuzz/Cargo.lock
# Instead of adding more environment-specific ignores here, like for the IDE in use, prefer Git's user-global
# `core.excludesFile` mechanism, see https://git-scm.com/docs/git-config#Documentation/git-config.txt-coreexcludesFile.