dioxus/docs/router
2022-12-16 10:55:31 +01:00
..
src document the redirection limit 2022-12-16 10:55:31 +01: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
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/