Adding some IPC.

This commit is contained in:
Micheal Smith
2025-11-09 00:02:38 -06:00
parent 7f7981d6cd
commit 5d390ee9f3
11 changed files with 174 additions and 64 deletions

View File

@@ -3,5 +3,5 @@ style_edition = "2024"
comment_width = 100
format_code_in_doc_comments = true
imports_granularity = "Crate"
imports_layout = "Vertical"
imports_layout = "HorizontalVertical"
wrap_comments = true