You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,3 +58,8 @@ Feel free to make a PR for any of these enhancements. For anything else please o
58
58
> - All submitted code must be properly formatted with the rustfmt defaults.
59
59
> - All submitted code must include a reasonable amount of unit tests inside the source file (sometimes less is more but nothing is still nothing).
60
60
61
+
---
62
+
63
+
> [!NOTE]
64
+
> This project is based on [a Scala 2 implementation](https://github.com/dmeister/fs-c/tree/master) which is no longer maintained and relies on deprecated dependencies. This Rust implementation aims to offer improved usability and performance and avoids the deprecated dependencies issue.
0 commit comments