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

Performance #98

Merged
merged 7 commits into from
Nov 17, 2021
Merged

Performance #98

merged 7 commits into from
Nov 17, 2021

Commits on Nov 16, 2021

  1. Merge pull request dsietz#96 from dsietz/development

    Fixed typos
    dsietz committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    c8e47c0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request dsietz#97 from dsietz/development

    Upper version and README
    dsietz committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    36ea550 View commit details
    Browse the repository at this point in the history
  3. Update Cargo.toml

    - move log4rs to dev-dependencies as log4rs has a large dependency tree and is only used for integration tests, and not the library itself
    - removed unused config and lazy_static dependencies (per cargo udeps)
    - added once_cell for optimizing regex init in mod.rs
    jqnatividad committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    f1e948a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    261512d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1f88d2 View commit details
    Browse the repository at this point in the history
  6. minor typo

    jqnatividad committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    a86e99f View commit details
    Browse the repository at this point in the history
  7. use once_cell statement not needed

    as macro uses fully qualified call
    jqnatividad committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    db1b780 View commit details
    Browse the repository at this point in the history