🦠 The Definitive Gemini Protocol Toolkit
gemini gemini-protocol gemtext parser zero-dependency toolkit ast converter html markdown cli networking
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(rustfmt): remove old rules

Fuwn 57dfd0bc 5c2fbd45

-2
-2
rustfmt.toml
··· 10 10 match_arm_blocks = false 11 11 max_width = 80 12 12 imports_granularity = "One" 13 - merge_imports = true 14 13 newline_style = "Unix" 15 14 normalize_doc_attributes = true 16 15 overflow_delimited_expr = true 17 16 reorder_impl_items = true 18 17 group_imports = "StdExternalCrate" 19 - required_version = "1.5.2" 20 18 struct_field_align_threshold = 40 21 19 tab_spaces = 2 22 20 use_field_init_shorthand = true