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
This is a first step towards #26.
This change required a few minor adjustments,
mostly to remove cyclic dependencies,
between sophia_term and some other parts of sophia.
Apart from those, the API is unchanged,
and the sophia crate re-exports all public entities from sophia_term,
so that projects using sophia should not be impacted by this refactoring.
At the very least
sophia_api
containing the basic types and generic traitssophia
depending on the former, and containing everything elsesophia_api
to a more permissive one (Apache or BSD?)sophia
crate into more fine-grained crates...NB: this issue was created following the discussion at #23 (comment)
The text was updated successfully, but these errors were encountered: