https://github.com/skreborn/rustic
Various constructs inspired by the Rust programming language
https://github.com/skreborn/rustic
cloneable dart option result rust tuple
Last synced: 6 months ago
JSON representation
Various constructs inspired by the Rust programming language
- Host: GitHub
- URL: https://github.com/skreborn/rustic
- Owner: skreborn
- License: bsd-3-clause
- Created: 2020-12-01T16:18:34.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T13:08:38.000Z (almost 3 years ago)
- Last Synced: 2024-03-11T10:06:28.497Z (about 2 years ago)
- Topics: cloneable, dart, option, result, rust, tuple
- Language: Dart
- Homepage:
- Size: 148 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Rustic ⚙️
Rustic defines various constructs inspired by the [Rust] programming language.
Note that these are merely *inspired* by Rust, and do not necessarily map one-to-one to their
original counterparts. With that said, they do indeed share the majority of features and naming,
unless it is either againts Dart's conventions or simply impossible to implement.
## Release history 📜
See the [changelog] for a detailed list of changes throughout the package's history.
[Rust]: https://www.rust-lang.org/
[changelog]: https://github.com/skreborn/rustic/blob/master/CHANGELOG.md