This document provides guidelines for maintaining high-quality Rust code. These rules MUST be followed by all AI coding agents and contributors.
All code you write MUST be fully optimized.
"Fully optimized" includes:
| { | |
| "key_open_app_link_config": { | |
| "hosts": { | |
| "eu_ea": [ | |
| "applink.feishu.cn", | |
| "applink.larksuite.com" | |
| ], | |
| "eu_nc": [ | |
| "applink.feishu.cn", | |
| "applink.larksuite.com" |
| { | |
| "$schema": "https://json-schema.org/draft/2020-12/schema", | |
| "title": "sing-box config schema", | |
| "type": "object", | |
| "properties": { | |
| "log": { | |
| "$ref": "#/$defs/log.schema.json" | |
| }, | |
| "dns": { | |
| "$ref": "#/$defs/dns.schema.json" |