Crates.io | web-tools |
lib.rs | web-tools |
version | 0.2.3 |
source | src |
created_at | 2023-12-12 15:01:41.897731 |
updated_at | 2024-02-12 13:04:10.495447 |
description | Tools for the Web |
homepage | |
repository | https://github.com/ctron/web-tools |
max_upload_size | |
id | 1066462 |
size | 23,092 |
Tools for the Web
Add it to your project:
cargo add web-tools
Rust has a strict type system, which is great. But sometimes it's just convenient to use:
use web_tools::prelude::*;
fn callback(node: &NodeRef) {
node.focus();
}
IntoIterator
.