bee-san/Ares

[TECHNICAL DEBT] Split Ares into two parts, `project_ares` and `ares_lib`

开放

#166 创建于 2022年12月26日

 (2 条评论) (0 个反应) (1 位负责人)Rust (45 个派生)github user discovery
Technical Debtgood first issue

仓库指标

星标
 (871 个星标)
PR 合并指标
 (平均合并 1分钟) (30 天内合并 6 个 PR)

描述

Why?

Ares is made up of 2 parts:

  1. The CLI
  2. The Library

If someone wants to use the library they would need to import the CLI stuff too. It is a good idea to make the CLI a different app and make it call the library, rather than have them both bundled into one.

贡献者指南