korvin-core 0.2.1

The core for korvin frontend framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub use attribute_name::AttributeName;
pub use attribute_value::AttributeValue;
pub use element_id::ElementId;
pub use event::KorvinClosure;
pub use event_listener::EventListenerWrapper;
pub use tag_name::TagName;
pub use value::Value;

pub mod attribute_name;
pub mod attribute_value;
pub mod element_id;
pub mod event;
pub mod event_listener;
pub mod tag_name;
pub mod value;