euv-macros 0.18.2

Procedural macros for the euv UI framework, providing the macro and attribute for declarative UI composition.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod class;
mod component;
mod computed;
mod unsafe_no_inline;
mod var;
mod vars;
mod watch;

use euv::*;

use std::cell::Cell;
use std::panic::{AssertUnwindSafe, catch_unwind};
use std::sync::atomic::{AtomicUsize, Ordering};