项目作者: yuchanns

项目描述 :
Yet another learn by example with rust. Examples of Wasm. Examples of yew usage
高级语言: Rust
项目地址: git://github.com/yuchanns/rustbyexample.git
创建时间: 2021-01-05T05:18:32Z
项目社区:https://github.com/yuchanns/rustbyexample

开源协议:MIT License

下载


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.