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 cast_{arc,rc} (and slice and try), and {wrap,peel}_{arc,rc}. #132

Merged
merged 4 commits into from
Sep 1, 2022

Commits on Sep 1, 2022

  1. Add allocation::{try_,}cast_{arc,rc}, and add `{wrap,peel}_{arc,rc}…

    …` to `TransparentWrapperAlloc`.
    zachs18 committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    8a55873 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    527269c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30f0d3b View commit details
    Browse the repository at this point in the history
  4. Make cast_rc (etc) have the same bounds as cast_mut, due to the e…

    …xistence of `Rc::get_mut_unchecked`.
    zachs18 committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    ca54869 View commit details
    Browse the repository at this point in the history