Skip to content

a simple demo of how to use Rust streams/channels with Dart

License

Notifications You must be signed in to change notification settings

shekohex/rustystream

Repository files navigation

Rusty Stream

A simple demo of how to use Rust streams/channels with Dart

Try it!

  1. Clone
git clone https://github.com/shekohex/rustystream.git
  1. Install Cargo Make (skip if you have it already)
cargo install --force cargo-make
  1. Build it
cargo make
  1. Run
dart ./bin/rustystream.dart

Safety

This crate uses #![deny(unsafe_code)] to ensure everything is implemented in 100% Safe Rust.

License

Licensed under Apache v2.0 license.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

About

a simple demo of how to use Rust streams/channels with Dart

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages