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
Moreover, our ACL provides extra types/traits. They are unlikely used directly and they should be public (i.e. reachable). For example, user should be able to see modint::RemEuclidU32 is implemented for all of the primitive integers. They should be in each modules keeping their documents reachable.
The text was updated successfully, but these errors were encountered:
In #6, we decided to make all of the modules crate-private.
But maybe we should make the
mod
spub
again and write doc comments in each modules, as in the original ACL they split the description into modules.Moreover, our ACL provides extra types/traits. They are unlikely used directly and they should be public (i.e. reachable). For example, user should be able to see
modint::RemEuclidU32
is implemented for all of the primitive integers. They should be in each modules keeping their documents reachable.The text was updated successfully, but these errors were encountered: