deepseek-rust-cli 1.20.3

A lightweight, high-speed autonomous CLI system agent port of DeepSeek CLI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Rustfmt configuration for DeepSeek Rust CLI
max_width = 100
hard_tabs = false
tab_spaces = 4
newline_style = "Auto"
use_small_heuristics = "Default"
indent_style = "Block"
wrap_comments = true
format_code_in_doc_comments = true
doc_comment_code_block_width = 80
comment_width = 100
normalize_doc_attributes = true
use_field_init_shorthand = true
use_try_shorthand = true
format_strings = true
reorder_impl_items = false
group_imports = "StdExternalCrate"
imports_granularity = "Crate"