refs 0.51.0

My vision of reference counting and resources management designed for GUI applications.
Documentation
1
2
3
4
5
6
mod callback;
mod editor;
mod tests;

pub use callback::EditedCallback;
pub use editor::Editor;