Skip to content

Commit 828bc25

Browse files
authored
Import new Rust implementation (#143)
- break: This is a complete reimplementation in Rust of the old Haskell codebase. Although the full test suite passes, a few compromises have been made. Arbitrary precision arithmetic is no longer supported and a few undocumented dusty corners (IOSM) have been removed. - perf: The new implementation is already faster for most use cases and has not been optimised as yet.
1 parent 23fc62d commit 828bc25

Some content is hidden

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

125 files changed

+25868
-496
lines changed

.changelog.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Configuration for git-changelog
2+
3+
conventions:
4+
categories:
5+
- {tag: "break", title: "Breaking Changes"}
6+
- {tag: "feature", title: "Features"}
7+
- {tag: "fix", title: "Fixes"}
8+
- {tag: "perf", title: "Performance Improvements"}
9+
10+
scopes:
11+
- {tag: "", title: ""}
12+
- {tag: "api", title: "API"}
13+
- {tag: "doc", title: "Documentation"}

0 commit comments

Comments
 (0)