feat: Simple client/server implementation to control lights

This commit is contained in:
Arne Dußin 2024-08-22 22:01:48 +02:00
parent 6202f86265
commit 797ab60b8b
8 changed files with 620 additions and 0 deletions

13
rustfmt.toml Normal file
View file

@ -0,0 +1,13 @@
brace_style = "AlwaysNextLine"
condense_wildcard_suffixes = true
control_brace_style = "ClosingNextLine"
fn_single_line = true
format_strings = true
hard_tabs = true # Please don't cancel me
hex_literal_case = "Lower"
imports_granularity = "Module"
match_block_trailing_comma = true
newline_style = "Unix"
group_imports = "StdExternalCrate"
struct_field_align_threshold = 15
wrap_comments = true