servo/components/style/rule_tree
Anthony Ramine a30da7ad8e Introduce a new type UnsafeBox<T> in the rule tree
This lets us rely less on raw pointers, thus better tracking the lifetime
of the rule node values while dropping strong references etc.
2020-04-17 12:41:10 +02:00
..
core.rs Introduce a new type UnsafeBox<T> in the rule tree 2020-04-17 12:41:10 +02:00
level.rs Move CascadeLevel to its own rule_tree submodule 2020-04-17 11:43:39 +02:00
map.rs Refactor rule tree children 2020-04-17 11:43:38 +02:00
mod.rs Introduce a new type UnsafeBox<T> in the rule tree 2020-04-17 12:41:10 +02:00
source.rs Move the meat of the rule tree to a submodule "core" 2020-04-17 12:41:08 +02:00
unsafe_box.rs Introduce a new type UnsafeBox<T> in the rule tree 2020-04-17 12:41:10 +02:00