Skip to content

Commit 4b657b1

Browse files
Complete Rewrite and Re-Release
MIT License
0 parents  commit 4b657b1

File tree

385 files changed

+72976
-0
lines changed

Some content is hidden

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

385 files changed

+72976
-0
lines changed

.cargo/config.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[doc]
2+
# Skip doc tests entirely when running `cargo test`
3+
test = false
4+
5+
# Additional options for when doctests are run
6+
no-run = true

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
target/**

0 commit comments

Comments
 (0)