bee-san/Ares

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

Offen

#166 geöffnet am 26.12.2022

 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Rust (45 Forks)github user discovery
Technical Debtgood first issue

Repository-Metriken

Stars
 (871 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 1m) (6 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide