Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

14 crates publishing #15

Merged
merged 2 commits into from
Aug 12, 2023
Merged

14 crates publishing #15

merged 2 commits into from
Aug 12, 2023

Commits on Aug 12, 2023

  1. refactor!: remove crates and use a single crate

    This new approach is simpler and it allows us to publish the crate on crates.io
    
    BREAKING CHANGE: This commit removes the crates and uses a single crate
    Yag000 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    a9afdaa View commit details
    Browse the repository at this point in the history
  2. refactor!: make use of the mod.rs files instead of <module>.rs files

    This helps to organize the code in a better way, and it's more idiomatic
    to Rust.
    
    BREAKING CHANGE: this commit changes the way the modules are organized.
    Yag000 committed Aug 12, 2023
    Configuration menu
    Copy the full SHA
    72bf941 View commit details
    Browse the repository at this point in the history