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: RustCrypto/hybrid-array
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.0
Choose a base ref
...
head repository: RustCrypto/hybrid-array
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.1
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 10, 2025

  1. hybrid-array: make slice conversions const fn (#140)

    I noticed all of these functions can be trivially made `const fn`, not
    that I have a particular use case in mind.
    tarcieri authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    af4847f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    37ddbaf View commit details
    Browse the repository at this point in the history
  3. hybrid-array v0.4.1 (#141)

    ### Changed
    - Make slice conversions `const fn` (#140)
    tarcieri authored Sep 10, 2025
    Configuration menu
    Copy the full SHA
    8ea424d View commit details
    Browse the repository at this point in the history
Loading