mizchi/crater-core/node does not have a README file
pub struct Node {
id : String
uid : Int
style : Style
children : Array[Node]
measure : MeasureFunc?
text : String?
src : String?
dom_id : Int?
}fn Node::with_measure(id : String, style : Style, measure : MeasureFunc, text? : String, src? : String?) -> Nodefn clear_node_clean_predicate() -> Unitfn node_incremental_active() -> Boolfn node_is_clean(uid : Int) -> Boolfn set_node_clean_predicate(f : (Int) -> Bool) -> Unitfn str_has_prefix(s : String, prefix : String) -> BoolLayout output types (Layout, LayoutResult, LayoutContext, MeasureFunc, ...) and Node tree for crater. Depends on mizchi/css for value types.
Dependencies