Rework so project has a license, more natural crate structure, dedicated examples folder, less confusing lib heirarchy
This commit is contained in:
parent
0c503a549a
commit
994d31ac3f
21 changed files with 85 additions and 115 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
|
@ -1,5 +1,18 @@
|
|||
# Compiled files
|
||||
*.o
|
||||
*.so
|
||||
*.rlib
|
||||
*.dll
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
|
||||
# Generated by Cargo
|
||||
target
|
||||
|
||||
# Other
|
||||
certs
|
||||
.env
|
||||
target
|
||||
Cargo.lock
|
||||
**/*.rs.bk
|
||||
**/*.swp
|
||||
|
|
|
|||
Reference in a new issue