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: RoaringBitmap/croaring-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.1.0
Choose a base ref
...
head repository: RoaringBitmap/croaring-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 5 commits
  • 33 files changed
  • 1 contributor

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    da0c7b5 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Add the ability to work in no-std (optionally with alloc)

    By default, the `std` feature is enabled, but with
    disable-default-features, it can now be either no-std/no-alloc.
    
    This did involve a breaking change with the serialization traits, to allow
    no-alloc serialization.
    
    Serialize/Deserialize traits were sealed, and most functions were hidden
    Dr-Emann committed May 22, 2024
    Configuration menu
    Copy the full SHA
    4839b15 View commit details
    Browse the repository at this point in the history
  2. Check in Cargo.lock

    Per [updated guidance][1], it is recommended to commit the Cargo.lock, even for
    libraries.
    
    [1]: https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html
    Dr-Emann committed May 22, 2024
    Configuration menu
    Copy the full SHA
    de8360e View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    57ef1a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Add the ability to work in no-std (optionally with alloc) (#132)

    By default, the `std` feature is enabled, but with disable-default-features, it can now be either no-std/no-alloc.
    
    This did involve a **breaking change** with the serialization traits, to allow no-alloc serialization.
    
    Serialize/Deserialize traits were sealed, and most functions were hidden
    
    Per [updated guidance][1], it is recommended to commit the Cargo.lock, even for libraries, so this removes it from the gitignore, and adds it.
    
    Fixes #131
    
    [1]: https://blog.rust-lang.org/2023/08/29/committing-lockfiles.html
    Dr-Emann authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f1a9af1 View commit details
    Browse the repository at this point in the history
Loading