skima 0.1.0

Rust structural UI library for web
Documentation
1
2
3
4
thread_local! {
	pub static DOCUMENT: web_sys::Document = web_sys::window().unwrap().document().unwrap();
	pub static WINDOW: web_sys::Window = web_sys::window().unwrap();
}