Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-12-02 | 910 Bytes | |
v2.0.0 source code.tar.gz | 2024-12-02 | 159.5 kB | |
v2.0.0 source code.zip | 2024-12-02 | 223.3 kB | |
Totals: 3 Items | 383.7 kB | 0 |
rust_core
Renamed to rust
Changes
- Add
Path
,UnixPath
,WindowsPath
- Add
KeyedMutex
- Add
o
toOk
,e
toErr
,value
toOption
- Change
channel
tolocalChannel
- Remove deprecations
- Remove individual library import files
- Rename extensions
- Rename errors
Going Forward
With the coming of macro's in Dart. There a lot more possibilities for the package going forward. On the list is
- Implementing the base rust derive macros such as -
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, Default)]
in Dart. - Early Return Macro
- Implementing an enum macro to concisely declare and generate rust like enums with
sealed
types.
Looking forward to the future of Dart!
Full Changelog: https://github.com/mcmah309/rust/compare/v1.3.2...v2.0.0