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 container_of #21

Closed
wants to merge 7 commits into from
Closed

Add container_of #21

wants to merge 7 commits into from

Commits on Aug 16, 2019

  1. Add container_of!

    Amanieu committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    20aee4b View commit details
    Browse the repository at this point in the history
  2. Change the struct parameter from a tt to a path.

    This allows name paths with :: to be passed in.
    Amanieu committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    a77348b View commit details
    Browse the repository at this point in the history
  3. Fix CI

    Amanieu committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    78c0ec4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e6f7863 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    483d8d9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89d7948 View commit details
    Browse the repository at this point in the history
  7. Use RefCell instead of Cell

    Amanieu committed Aug 16, 2019
    Configuration menu
    Copy the full SHA
    5ac5341 View commit details
    Browse the repository at this point in the history