Sha256: c33c86d7341581fdd08e2e6375a4afca507fa603540c54a3b9e51c4cd011cd71

Contents?: true

Size: 259 Bytes

Versions: 43

Compression:

Stored size: 259 Bytes

Contents

#[test]
fn test_create_map() {
    let _m = indexmap::indexmap! {
        1 => 2,
        7 => 1,
        2 => 2,
        3 => 3,
    };
}

#[test]
fn test_create_set() {
    let _s = indexmap::indexset! {
        1,
        7,
        2,
        3,
    };
}

Version data entries

43 entries across 38 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/indexmap-2.7.1/tests/macros_full_path.rs
wasmtime-28.0.0 ./ext/cargo-vendor/indexmap-2.7.0/tests/macros_full_path.rs
wasmtime-27.0.0 ./ext/cargo-vendor/indexmap-2.6.0/tests/macros_full_path.rs
wasmtime-26.0.0 ./ext/cargo-vendor/indexmap-2.6.0/tests/macros_full_path.rs
wasmtime-25.0.2 ./ext/cargo-vendor/indexmap-2.4.0/tests/macros_full_path.rs
wasmtime-25.0.1 ./ext/cargo-vendor/indexmap-2.4.0/tests/macros_full_path.rs
wasmtime-25.0.0 ./ext/cargo-vendor/indexmap-2.4.0/tests/macros_full_path.rs
wasmtime-24.0.0 ./ext/cargo-vendor/indexmap-2.4.0/tests/macros_full_path.rs
wasmtime-23.0.2 ./ext/cargo-vendor/indexmap-2.1.0/tests/macros_full_path.rs
wasmtime-22.0.0 ./ext/cargo-vendor/indexmap-2.1.0/tests/macros_full_path.rs
wasmtime-21.0.1 ./ext/cargo-vendor/indexmap-2.1.0/tests/macros_full_path.rs
wasmtime-20.0.2 ./ext/cargo-vendor/indexmap-2.1.0/tests/macros_full_path.rs
wasmtime-20.0.0 ./ext/cargo-vendor/indexmap-2.1.0/tests/macros_full_path.rs
wasmtime-18.0.3 ./ext/cargo-vendor/indexmap-2.1.0/tests/macros_full_path.rs
wasmtime-17.0.1 ./ext/cargo-vendor/indexmap-2.1.0/tests/macros_full_path.rs
wasmtime-17.0.0 ./ext/cargo-vendor/indexmap-2.1.0/tests/macros_full_path.rs
wasmtime-16.0.0 ./ext/cargo-vendor/indexmap-2.1.0/tests/macros_full_path.rs
wasmtime-15.0.1 ./ext/cargo-vendor/indexmap-2.1.0/tests/macros_full_path.rs
wasmtime-15.0.0 ./ext/cargo-vendor/indexmap-2.1.0/tests/macros_full_path.rs
wasmtime-14.0.4 ./ext/cargo-vendor/indexmap-2.0.2/tests/macros_full_path.rs