You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.
@dignifiedquire @faassen & I have come to consensus on how to organize crates at the top level of the Iroh project:
iroh
will be the CLI crate.iroh-api
will contain the rust API to iroh.iroh
will importiroh-api
,clap
, and that's about it. All types needed to interact with iroh must be exported byiroh-api
This should clear up confusion that's arisen on a few issues:
iroh-ctl
code into theiroh-one
crate #171Let's mark this as closed once the rough crate organization matches this decision.
The text was updated successfully, but these errors were encountered: