Crates.io | dioxus-util |
lib.rs | dioxus-util |
version | |
source | src |
created_at | 2025-04-13 14:58:45.786958+00 |
updated_at | 2025-04-18 23:40:47.488996+00 |
description | General utilities for Dioxus apps. |
homepage | https://dioxuslabs.com |
repository | https://github.com/DioxusLabs/sdk/ |
max_upload_size | |
id | 1631878 |
Cargo.toml error: | TOML parse error at line 24, column 1 | 24 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
General utilities for Dioxus apps. This crate is a placeholder for now.
Add dioxus-util
to your Cargo.toml
:
[dependencies]
dioxus-util = "0.1"
This table represents the compatibility between this crate and Dioxus versions. The crate version supports a Dioxus version up until the next crate version in the table.
E.g. if crate version 0.1
supported Dioxus 0.6
and crate version 0.4
supported Dioxus 0.7
, crate versions 0.1
, 0.2
, and 0.3
would support Dioxus 0.6
.
Crate Version | Dioxus Version |
---|---|
0.1 | 0.6 |