rust_core 0.5.0-dev3 copy "rust_core: ^0.5.0-dev3" to clipboard
rust_core: ^0.5.0-dev3 copied to clipboard

Implementation of Rust's core library in Dart. Includes types like Result, Option, Cells, Slices, Array, and extensive methods/extensions.

rust_core #

Pub Version Dart Package Docs License: MIT Build Status

rust_core is an implementation of Rust's Core Library in Dart.

The goal is to bring Rust's features and ergonomics to Dart. This also provides a seamless developer experience for any developer using both languages.

Rust's functionalities are carefully adapted to Dart's paradigms, focusing on a smooth idiomatic language-compatible integration with predictable control flow.

Highlights #

Libraries #

| Array | Cell | Iter | Option | Panic | Result | Slice | Typedefs |

๐Ÿ”ฅ Extensive Extensions: Dozens of additional extensions with hundreds of methods tailored for Dart. These extensions are designed for maximum composability, addressing specific scenarios.

๐Ÿš€ Dart Friendly: Developed with ergonomics in mind. e.g. Dual Support for Option and Nullable Types. If a method or extension exists for Option<T>, it's also available for T?.

๐Ÿงช Robust Testing: Every feature tested. Around 400 meaningful tests. Reliability and performance in every feature.

Official Packages Based Off rust_core #

Library Description
anyhow Idiomatic error handling capabilities to make your code safer, more maintainable, and errors easier to debug.
anyhow_logging Dynamic logging utility that allows you to log exactly what you want.
rust_std Implementation of Rust's standard library in Dart.
tapper Extension methods on all types that allow transparent, temporary, inspection/mutation (tapping), transformation (piping), or type conversion.
25
likes
0
pub points
70%
popularity

Publisher

verified publishervoyver.com

Implementation of Rust's core library in Dart. Includes types like Result, Option, Cells, Slices, Array, and extensive methods/extensions.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on rust_core