add: ability to edit community title through ui

add: finish README
This commit is contained in:
trisua 2025-04-02 18:44:31 -04:00
parent 7c9d5de535
commit 53cf75b53c
11 changed files with 203 additions and 55 deletions

10
rustfmt.toml Normal file
View file

@ -0,0 +1,10 @@
# indent_style = "Block"
reorder_imports = false
hard_tabs = false
tab_spaces = 4
# enum_discrim_align_threshold = 20
# struct_field_align_threshold = 20
fn_params_layout = "Tall"
max_width = 100
newline_style = "Unix"
use_field_init_shorthand = true