Crate dioxus_check

source ·
Expand description

§dioxus-check

Crates.io MIT licensed Build Status Discord chat

Website | Guides | API Docs | Chat

§Overview

dioxus-check analyzes Dioxus source code and reports errors and warnings. Primarily, it enforces the Rules of Hooks.

§Contributing

  • Report issues on our issue tracker.
  • Join the discord and ask questions!

§License

This project is licensed under the MIT license.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Dioxus by you shall be licensed as MIT without any additional terms or conditions.

Structs§

  • The result of checking a Dioxus file for issues.

Enums§

  • Issues that might be found via static analysis of a Dioxus file.

Functions§