dioxus/docs/router
2023-07-25 18:14:48 -07:00
..
examples it almost lives? 2023-07-25 18:14:48 -07:00
src fix layout reference docs 2023-06-24 13:23:13 -07:00
.gitignore wip: add router 2022-01-24 03:01:04 -05:00
book.toml add rewritten router book and fix features code 2022-12-15 23:36:02 +01:00
Cargo.toml Update license field following SPDX 2.1 license expression standard 2023-07-20 18:00:07 +01:00
README.md add rewritten router book and fix features code 2022-12-15 23:36:02 +01:00

The router book

How to run the tests

  • Navigate your terminal to this directory
  • Run cargo clean
  • Run cargo build --all --F regex -F serde -F web
  • Run mdbook test -L ../../target/debug/deps/