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

Add optional color and style support using paris crate #84

Merged
merged 8 commits into from Nov 6, 2021

Commits on Oct 25, 2021

  1. Add optional color and style support using paris crate

    More info about formatting:
    https://github.com/0x20F/paris
    
    When enabled you can use formatting like this:
    info!("I can write <b>bold</b> text or use tags to <red>color it</>");
    manio committed Oct 25, 2021
    Copy the full SHA
    c9046f0 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. paris: rename paris to paris_macros

    This will distinguish between official crate and our module.
    manio committed Nov 2, 2021
    Copy the full SHA
    97f63d5 View commit details
    Browse the repository at this point in the history
  2. make paris as 'pub extern crate'

    Project using a simplelog don't need to add paris as dependency anymore.
    manio committed Nov 2, 2021
    Copy the full SHA
    0b9cbc2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0d8d7b2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    79d636d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    86703d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Copy the full SHA
    16d452e View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. paris: fix tests and examples

    manio committed Nov 6, 2021
    Copy the full SHA
    5b23472 View commit details
    Browse the repository at this point in the history