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

Sort by crate lexicographical order #513

Merged
merged 15 commits into from
Dec 13, 2023
Merged

Sort by crate lexicographical order #513

merged 15 commits into from
Dec 13, 2023

Commits on Dec 11, 2023

  1. unclean implementation

    bebert64 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    c8b4a0c View commit details
    Browse the repository at this point in the history
  2. a bit of factorization

    bebert64 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    7afbc3c View commit details
    Browse the repository at this point in the history
  3. always clean keys ?

    bebert64 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    f023731 View commit details
    Browse the repository at this point in the history
  4. refcell

    bebert64 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    e75fcbb View commit details
    Browse the repository at this point in the history
  5. cleaner with OnceCell

    bebert64 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b1611cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c0dac9 View commit details
    Browse the repository at this point in the history
  7. move impl FormattedEntry up

    bebert64 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    0b8483a View commit details
    Browse the repository at this point in the history
  8. private cleaned_key

    bebert64 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    08a48f9 View commit details
    Browse the repository at this point in the history
  9. Eq using split

    bebert64 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    698c834 View commit details
    Browse the repository at this point in the history
  10. simplify

    bebert64 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    41e38bb View commit details
    Browse the repository at this point in the history
  11. fix imports

    bebert64 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a1d832e View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. cleaned_key as Vec<String>

    bebert64 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    d9cf95c View commit details
    Browse the repository at this point in the history
  2. fix imports formating

    bebert64 committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    14b52d4 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. rename field

    bebert64 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    0e1ceb8 View commit details
    Browse the repository at this point in the history
  2. documentation

    bebert64 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    0f920eb View commit details
    Browse the repository at this point in the history