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 UnicodeFuncs with safe-to-implement traits #197

Merged
merged 26 commits into from
Sep 6, 2023

Commits on Mar 31, 2023

  1. Add UnicodeFuncs

    sffc committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    742deba View commit details
    Browse the repository at this point in the history
  2. Add ability to set parent

    sffc committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    992ead8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1980bc9 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    2792d92 View commit details
    Browse the repository at this point in the history
  2. Fix docs and tests

    sffc committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4f3392b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    7c779f1 View commit details
    Browse the repository at this point in the history
  2. Post-merge fixes

    sffc committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9cf9066 View commit details
    Browse the repository at this point in the history
  3. Make GeneralCategory an enum

    sffc committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    6868c97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39af919 View commit details
    Browse the repository at this point in the history
  5. Fix docs links

    sffc committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    ea3a6d3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b8a4aa View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Add std feature to harfbuzz

    sffc committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    62e8b30 View commit details
    Browse the repository at this point in the history
  2. Mark harfbuzz-sys as no_std.

    sffc committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    e66b4c4 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    d055b33 View commit details
    Browse the repository at this point in the history
  2. Move to separate crate

    sffc committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0509b8b View commit details
    Browse the repository at this point in the history
  3. Undo sys feature

    sffc committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    19b35fc View commit details
    Browse the repository at this point in the history
  4. fix

    sffc committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    a313e89 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce55be7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b54c454 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. Configuration menu
    Copy the full SHA
    2b2ed07 View commit details
    Browse the repository at this point in the history
  2. Update lib.rs

    sffc authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    cfa6c82 View commit details
    Browse the repository at this point in the history
  3. Docs tests

    sffc authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    9629d7a View commit details
    Browse the repository at this point in the history
  4. fmt?

    sffc authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7e0ac7f View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Update unicode_funcs_traits.rs

    sffc authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    8aae545 View commit details
    Browse the repository at this point in the history
  2. Update lib.rs

    sffc authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    cfe7ca4 View commit details
    Browse the repository at this point in the history
  3. Update unicode_funcs.rs

    sffc authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    cfc89ac View commit details
    Browse the repository at this point in the history