duster/src/renderer
2020-05-31 18:31:49 -04:00
..
breadcrumb_tree.rs Merge the breadcrumb tree trait and struct into just a struct. 2020-05-31 18:14:26 -04:00
context_element.rs Get rid of the CloneIntoBoxedContextElement trait for now because I don't know if its still going to be necessary with this overhaul. 2020-05-31 18:31:49 -04:00
errors.rs Implemented the json stringify and parse filters. 2020-05-23 18:14:23 -04:00
inline_partial_tree.rs Get rid of the concept of NamedBlock and replace it with a ParameterizedBlock special case that does not support an else block. 2020-05-30 14:39:31 -04:00
iteration_context.rs Put IntoContextElement everywhere. It compiles again. 2020-05-30 17:50:27 -04:00
mod.rs Get rid of the CloneIntoBoxedContextElement trait for now because I don't know if its still going to be necessary with this overhaul. 2020-05-31 18:31:49 -04:00
parameters_context.rs Switch the call for IntoContextElement back to a static integer so it compiles again. 2020-05-31 13:21:47 -04:00
renderer_old.rs Replaced the old renderer file with a new renderer file. 2020-05-31 18:18:21 -04:00
renderer.rs Remove iteration_context, parameters_context, and most of bin.rs. 2020-05-31 18:27:55 -04:00
tree_walking.rs Merge the breadcrumb tree trait and struct into just a struct. 2020-05-31 18:14:26 -04:00
walking.rs Put IntoContextElement everywhere. It compiles again. 2020-05-30 17:50:27 -04:00