organic/src
Tom Alexander a5627d0cee
Some checks failed
rust-test Build rust-test has failed
clippy Build clippy has succeeded
rust-foreign-document-test Build rust-foreign-document-test has succeeded
rust-build Build rust-build has succeeded
Do not parse the lesser block contents during parsing, but rather only if the contents are requested.
This seemed like an unnecessary allocation during parsing, especially considering we throw away some parses based on whether or not we found radio targets in the source.
2023-10-31 20:43:08 -04:00
..
compare Do not parse the lesser block contents during parsing, but rather only if the contents are requested. 2023-10-31 20:43:08 -04:00
context Remove Debug from the context variables. 2023-10-18 18:36:25 -04:00
error Remove owned String from CustomError. 2023-10-21 14:29:37 -04:00
event_count Remove unused event types. 2023-10-17 13:43:33 -04:00
iter Make creating AllAstNodeIter explicit. 2023-10-23 18:25:59 -04:00
parser Do not parse the lesser block contents during parsing, but rather only if the contents are requested. 2023-10-31 20:43:08 -04:00
types Do not parse the lesser block contents during parsing, but rather only if the contents are requested. 2023-10-31 20:43:08 -04:00
bin_compare.rs Apply more suggestions. 2023-10-16 19:12:25 -04:00
bin_foreign_document_test.rs Add a literate tutorial for building emacs to the foreign documents test. 2023-10-31 16:33:11 -04:00
init_tracing.rs Apply more suggestions. 2023-10-16 19:12:25 -04:00
lib.rs Record element start events and report them when the event_count feature is enabled. 2023-10-17 13:32:01 -04:00
main.rs Record element start events and report them when the event_count feature is enabled. 2023-10-17 13:32:01 -04:00