Skip to content
New issue

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

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

Already on GitHub? # to your account

Move generation code into lib.rs #52

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 14, 2022

  1. Move generation code into lib.rs

    This allows the libary to have a single point of entry without having all the logic for generating hypothesis in the cli crate
    LukasPrediger committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    73c8816 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Merge branch 'main' into move-generation-code-into-lib

    # Conflicts:
    #	cli/src/main.rs
    #	core/src/generate.rs
    LukasPrediger committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    966ee85 View commit details
    Browse the repository at this point in the history