Skip to content

Commit a6505b7

Browse files
authored
Merge pull request #4 from FelixEngl/improve_client_concept
Improve for v 0.1.1
2 parents a8f1bc2 + 9b0a675 commit a6505b7

File tree

160 files changed

+11811
-5851
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

160 files changed

+11811
-5851
lines changed

.cargo/config.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[target.'cfg(all(not(test), not(release_with_deadcode)))']
2+
rustflags=["-Adead_code"]

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
/log
44
/data/stopwords/iso
55
/test
6-
/.idea
6+
/.idea

0 commit comments

Comments
 (0)