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 change moves most of the functionality in main.rs to lib.rs and
makes main() call it from there. The effect is that the functionality
of this crate is available as a library crate as well as built into
a binary.
0 commit comments