/learning-rust-modules

Dumb repo that contains an experiment on how to use modules in Rust

Primary LanguageRust

bo is a library.
bu is a binary.

bu depends on bo.

The repo shows the use of pub use in Rust to flatten a project's structure.