Crate rooting

Source

Re-exports§

pub use own::*;
pub use resize::*;
pub use el::*;
pub use container::*;
pub use root::*;

Modules§

container
el
own
resize
root
These methods root scoped values. Each one uses a different reference point as the root, so mixing them may leave html elements with references to freed values. Generally try to stick with set_root or set_root_non_dom, and don’t mix them.