Crates.io | hobo_css_macros_decl |
lib.rs | hobo_css_macros_decl |
version | 0.1.9 |
source | src |
created_at | 2020-07-21 15:22:40.785218 |
updated_at | 2020-08-13 13:06:08.98048 |
description | hobo is a Rust frontend framework |
homepage | |
repository | https://github.com/grdigital/hobo |
max_upload_size | |
id | 267653 |
size | 1,512 |
hobo is a Rust frontend framework. Works on stable Rust.
STILL WIP AND EXPERIMENTAL although used in production by GR Digital
Check out the Book!
web_sys::HtmlElement
to manage attributes/contents/etcIn practice, the code ends up being no more verbose than with more conventional frontend frameworks, however quite a bit more straightforward.
CSSStyleSheet.insertRule()
in release