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
But its never actually described what the difference or characterization of those two is? I know what a binary is, but what is a library in this context? Doesn't a library also contain a binary? This is getting really confusing, at least for me as beginner.
Opening this issue in case I am not alone confused by this. :)
The text was updated successfully, but these errors were encountered:
Rust programs may contain a binary crate or a library crate. A binary crate is an executable project that has a main() method. A library crate is a group of components that can be reused in other projects. Unlike a binary crate, a library crate does not have an entry point (main() method)
main
branch to see if this has already been fixedURL to the section(s) of the book with this problem:
In 7-1 it is stated that:
But its never actually described what the difference or characterization of those two is? I know what a binary is, but what is a library in this context? Doesn't a library also contain a binary? This is getting really confusing, at least for me as beginner.
Opening this issue in case I am not alone confused by this. :)
The text was updated successfully, but these errors were encountered: