-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from legalforce-research/develop
Release 0.3.0
- Loading branch information
Showing
18 changed files
with
3,770 additions
and
814 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
/target | ||
# Generated by Cargo | ||
# will have compiled files and executables | ||
debug/ | ||
target/ | ||
|
||
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries | ||
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html | ||
Cargo.lock | ||
|
||
# These are backup files generated by rustfmt | ||
**/*.rs.bk | ||
|
||
# MSVC Windows builds of rustc generate these, which store debugging information | ||
*.pdb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "daachorse" | ||
version = "0.2.1" | ||
edition = "2018" | ||
version = "0.3.0" | ||
edition = "2021" | ||
authors = [ | ||
"Koichi Akabe <[email protected]>", | ||
"Shunsuke Kanda <[email protected]>", | ||
|
@@ -17,12 +17,12 @@ autotests = false | |
exclude = [".*"] | ||
|
||
[dependencies] | ||
byteorder = "1.4.3" # Unlicense or MIT | ||
|
||
[dev-dependencies] | ||
rand = "0.8.4" # MIT or Apache-2.0 | ||
|
||
[workspace] | ||
members = [ | ||
"bench", | ||
"daacfind", | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "daachorse-bench" | ||
version = "0.1.0" | ||
edition = "2018" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
||
|
Oops, something went wrong.