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
I've 5 crates (having main.rs) all depending on a lib (having lib.rs). Is it sufficient for me to add it in lib.rs or do I need to add it at top of all main.rs?
My goal is to ensure that it gets used in all projects consistently without much effort.
The text was updated successfully, but these errors were encountered:
I've 5 crates (having main.rs) all depending on a lib (having lib.rs). Is it sufficient for me to add it in lib.rs or do I need to add it at top of all main.rs?
My goal is to ensure that it gets used in all projects consistently without much effort.
The text was updated successfully, but these errors were encountered: