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

[RFC] Make the implementations of FromVoid more generic which gives better ergonomics #143

Closed
wants to merge 8 commits into from

Commits on Jan 21, 2018

  1. Add TCFTypeRef trait

    faern committed Jan 21, 2018
  2. Remove deprecated methods

    faern committed Jan 21, 2018
  3. Bump version to 0.5.0

    faern committed Jan 21, 2018
  4. Clean up my own non-rustfmt style

    faern committed Jan 21, 2018

Commits on Jan 24, 2018

  1. Add the ability to borrow values from the array.

    This uses borrowed values from the array to avoid having to
    Retain/Release during iteration. It also implements borrowing
    for all TCFType.
    jrmuizel committed Jan 24, 2018
You can’t perform that action at this time.