Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/zerocopy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.7.27
Choose a base ref
...
head repository: google/zerocopy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.28
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

Commits on Nov 30, 2023

  1. Improve transmute*! documentation (#661)

    This PR adds examples to the documentation of `transmute!`,
    `transmute_ref!` and `transmute_mut!`.
    
    Makes progress towards #32.
    jswrenn authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    5024e56 View commit details
    Browse the repository at this point in the history
  2. Improve AsBytes documentation (#660)

    This PR adds examples to most methods of `AsBytes`, and
    separately documents `derive(AsBytes)`. Theoretical soundness
    requirements are placed with trait documentation, and the details
    of the derive's analysis is placed in the derive documentation.
    
    This PR follows the pattern of #505.
    
    Makes progress towards #32.
    jswrenn authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    b964747 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6432a8d View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Release 0.7.28 (#663)

    joshlf authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    839e210 View commit details
    Browse the repository at this point in the history
Loading