AZILS's picture
Upload 323 files
a21c316 verified
// Client Adapters 模块
// 存放各种客户端的适配器实现
pub mod opencode;
pub use opencode::OpencodeAdapter;