rustbyexample

Yet another learn by example with rust. Examples of Wasm. Examples of yew usage

MIT License

Stars
14

rustbyexample

Yet another learn by example with rust

Contribution

More examples of rust usage are welcome, so feel free to create PRs to help me to make this repo better.

Badge

Navigation

  • Looking for THE RUST PROGRAMING LANGUAGE example, see folder trpl.
  • Looking for RUST编程之道 example, see folder ttor.
  • Looking for some crates example, see folder crates.
  • Writing an OS in Rust, see folder write-an-os-in-rust.

Wasm

seeking for the start of Wasm? check it on crates/wasm-game-of-life to implement a Conway's Game of Life.

Yew Example

If you would like to find some examples of using Yew, check the codes under crates/yew-tic-tac-toe. It's a tutorial of react tic-tac-toe implemented on Yew.

As using Yew Functional Components, see crates/yew-functional-tic-tac-toe for more example usages. It's another implementation on yew functional components of tutorial tic-tac-toe.

crates/yew-all-hooks shows you guys the usages of yew functional hooks.

crates/yew-tailwindcss shows the way of using tailwindcss in a yew project.