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

extract library #314

Merged
merged 46 commits into from
Feb 21, 2023
Merged

extract library #314

merged 46 commits into from
Feb 21, 2023

Commits on Jan 21, 2023

  1. wip

    MarcoIeni committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    ae3313e View commit details
    Browse the repository at this point in the history
  2. wip

    MarcoIeni committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    d3dc47b View commit details
    Browse the repository at this point in the history
  3. wip

    MarcoIeni committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    edda25a View commit details
    Browse the repository at this point in the history
  4. expand match

    MarcoIeni committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    62286f2 View commit details
    Browse the repository at this point in the history
  5. clippy

    MarcoIeni committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    3777e0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    039b163 View commit details
    Browse the repository at this point in the history
  7. clippy

    MarcoIeni committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    1d72ef7 View commit details
    Browse the repository at this point in the history
  8. move match

    MarcoIeni committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    c1ba81a View commit details
    Browse the repository at this point in the history
  9. move rev

    MarcoIeni committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    fb3f9d2 View commit details
    Browse the repository at this point in the history
  10. easier

    MarcoIeni committed Jan 21, 2023
    Configuration menu
    Copy the full SHA
    4a495fd View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2023

  1. Update src/lib.rs

    Co-authored-by: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com>
    MarcoIeni and obi1kenobi committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    2ef3486 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. Configuration menu
    Copy the full SHA
    7712fae View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. introduce Rustdoc struct

    MarcoIeni committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    94bd75f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e9d3c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afe48e1 View commit details
    Browse the repository at this point in the history
  4. clippy

    MarcoIeni committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b4e9aa6 View commit details
    Browse the repository at this point in the history
  5. fix

    MarcoIeni committed Jan 25, 2023
    Configuration menu
    Copy the full SHA
    b27b7ab View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. inline function

    MarcoIeni committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    daa8426 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1190770 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1324805 View commit details
    Browse the repository at this point in the history
  4. clippy

    MarcoIeni committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    9d35505 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5a7ae8 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Configuration menu
    Copy the full SHA
    b3d22d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. add derive debug

    MarcoIeni committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    ad9d81c View commit details
    Browse the repository at this point in the history
  2. Update src/lib.rs

    Co-authored-by: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com>
    MarcoIeni and obi1kenobi committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    8363bd8 View commit details
    Browse the repository at this point in the history
  3. add non_exhaustive

    MarcoIeni committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    368ee5b View commit details
    Browse the repository at this point in the history
  4. non_exhaustive

    MarcoIeni committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    f626d7e View commit details
    Browse the repository at this point in the history
  5. Update src/lib.rs

    Co-authored-by: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com>
    MarcoIeni and obi1kenobi committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    19ba58f View commit details
    Browse the repository at this point in the history
  6. Update src/lib.rs

    Co-authored-by: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com>
    MarcoIeni and obi1kenobi committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    ab2dd0a View commit details
    Browse the repository at this point in the history
  7. non_exhaustive

    MarcoIeni committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    eac165e View commit details
    Browse the repository at this point in the history
  8. fix

    MarcoIeni committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    64509d7 View commit details
    Browse the repository at this point in the history
  9. debug

    MarcoIeni committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    9990b69 View commit details
    Browse the repository at this point in the history
  10. doc comment

    MarcoIeni committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    5a334ba View commit details
    Browse the repository at this point in the history
  11. rustdoc

    MarcoIeni committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    a496d42 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'main' into lib

    tonowak committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    bae60ec View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Path handling

    tonowak committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b0f7102 View commit details
    Browse the repository at this point in the history
  2. remove useless check

    MarcoIeni committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    371ccab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    72ee617 View commit details
    Browse the repository at this point in the history
  4. Fallback to XDG cache dir

    tonowak committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    2449acd View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    8485cc5 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Configuration menu
    Copy the full SHA
    4988c0a View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    a6bd76b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2023

  1. fmt

    MarcoIeni committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    e5da9d8 View commit details
    Browse the repository at this point in the history
  2. use directories crate

    MarcoIeni committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    22c0081 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

  1. Configuration menu
    Copy the full SHA
    7516ab0 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    09bd405 View commit details
    Browse the repository at this point in the history