arrayset 3.1.1

An array-backed ordered set type.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
_default:
    @just --list

miri:
    #!/bin/sh
    set -euxf
    podman container run \
        --rm \
        --security-opt label=disable \
        --mount type=bind,source=.,destination=/mnt/src \
        -w /mnt/src \
        docker.io/fedora:41
        sh -c '
        curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh -s -- -c miri,rust-src --default-toolchain nightly -y
        cargo miri test
        '