workspacer_register/
lib.rs1#[macro_use] mod imports; use imports::*;
3
4x!{assemble_final_top_block_snippet}
5x!{build_top_block_for_imports_line}
6x!{build_top_block_for_no_imports_line}
7x!{collect_existing_macro_stems}
8x!{collect_existing_x_macros}
9x!{crate_ensure_all_source_files_are_registered}
10x!{create_top_block_text}
11x!{determine_top_block_insertion_offset}
12x!{ensure}
13x!{existing_macros_to_top_block_macros}
14x!{existing_x_macro}
15x!{extract_non_macro_lines}
16x!{extract_stem}
17x!{file_has_imports_line}
18x!{find_earliest_non_macro_item_offset}
19x!{find_last_import_end_before_offset}
20x!{find_top_block_insertion_offset}
21x!{gather_deduplicated_macro_stems}
22x!{gather_leading_comments}
23x!{gather_old_top_block_macros}
24x!{is_imports_line}
25x!{is_x_macro}
26x!{make_top_block_macro_lines}
27x!{parse_new_macros_with_comments}
28x!{parse_new_top_block_snippet}
29x!{push_macro_with_comments}
30x!{rebuild_librs_with_new_top_block}
31x!{remove_trailing_newlines}
32x!{snap_offset_to_newline}
33x!{splice_top_block_into_source}
34x!{workspace_ensure_all_source_files_are_registered}
35x!{filter_new_macros_for_duplicates}
36x!{maybe_push_newline}
37x!{maybe_ensure_newline}