A package named store-domain has src/lib.rs and src/main.rs. From main.rs, how should the…

from Modules and crates
Rust 1.98 intermediate 1 min

A package named store-domain has src/lib.rs and src/main.rs. From main.rs, how should the binary normally import Product exposed by the library root?

Report an error