| Crates.io | iweb |
| lib.rs | iweb |
| version | 0.1.0 |
| created_at | 2021-12-18 18:24:36.917386+00 |
| updated_at | 2021-12-18 18:24:36.917386+00 |
| description | Use web_sys like call link |
| homepage | |
| repository | |
| max_upload_size | |
| id | 500089 |
| size | 7,773 |
iweb
Easy use web_sys.
use iweb;
fn main(){
iweb::body().append(iweb::tag("div").text("Hello world"));
}