Expand description
§dioxus-check
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§
- Issue
Report - The result of checking a Dioxus file for issues.
Enums§
- Issue
- Issues that might be found via static analysis of a Dioxus file.
Functions§
- check_
file - Checks a Dioxus file for issues.