Skip to content

Commit e6a3efe

Browse files
authored
Merge pull request #1 from frytg/rewrite-in-rust
Rewrite in rust
2 parents 457c722 + d1a9415 commit e6a3efe

27 files changed

+2328
-525
lines changed

.github/dependabot.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: cargo
6+
directory: "/"
7+
schedule:
8+
interval: weekly
9+
day: friday

.github/exporter.sh

-16
This file was deleted.

.github/workflows/build.yml

-37
This file was deleted.

.gitignore

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
pkg/*.gem
2-
coverage/
3-
.coveralls.yml
4-
.bundle
5-
Gemfile.lock
1+
target/
2+
.DS_Store
3+
*.svg

.rspec

-2
This file was deleted.

.rubocop.yml

-2
This file was deleted.

0 commit comments

Comments
 (0)