slabmalloc 0.11.0

Simple slab based malloc implementation in rust. Can be used stand-alone or in order to provide the necessary interface to rusts liballoc library. slabmalloc only relies on libcore.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# See
# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates
# for details

version: 2
updates:
  # Enable crate version updates for the main crate
  - package-ecosystem: "cargo"
    # Look `Cargo.toml` in the repository root
    directory: "/"
    # Check for updates every day (weekdays)
    schedule:
      interval: "daily"