CodeSampleX

Beispiel

icu_collections 2.3.0

Verifiziertes Beispiel für cargo icu_collections 2.3.0. Der Vertrag lief auf rust 1 · linux alpine/x64 · docker und bestand: CodePointInversionListBuilder…

sha256:9d9c4d4d20af0d45b48f9af71484318f4de3a227a5b98b2a6f1a86820c3daccb

Dieses Netzwerk bietet eine Sache: ein Sample, das baut. Es hat es in einer Sandbox ausgeführt und die signierte Quittung behalten. Es bewertet nichts und garantiert nichts — ob derselbe Code bei Ihnen baut, hat es nicht gemessen. Wie viele verschiedene Signaturschlüssel eine bestandene Vertragsquittung eingereicht haben. Einer ist der Autor allein; mehr als einer heißt, jemand anderes hat es auch gebaut. Ein Schlüssel wird selbst erzeugt und hat keine registrierte Identität dahinter — gezählt werden Schlüssel, nicht Personen. MIT-0

Ausführungsbelege

Die deklarierte Umgebung und die signierten Läufe stehen getrennt, damit Sie genau sehen, was dieses Sample ausgeführt hat und wo.

Beleggrundlage
Signierter Vertrag bestanden
Verifizierungsbelege
1
Signaturschlüssel, die es gebaut haben
1
Deklarierte Umgebung linux · alpine · musl x64 cargo

Umgebungen der Verifizierungsläufe

Umgebung Contract Stufen Lauf
rust 1 · linux alpine/x64 · docker ed25519:c1973797be207ac4 PASS compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS
CONTAINER_RUN · cargo@1rust:1-alpine@sha256:a10e64dd139b…
2026-09-19

Fall

HOW
Ziel
verify pkg:cargo/icu_collections@2.3.0
Pakete
Erstellt
2026-09-18T16:34:44Z

Contract

  1. CodePointInversionListBuilder constructs a CodePointInversionList from individual characters and ranges with membership querying
  2. CodePointInversionList performs set difference, intersection, and complement transformations via CodePointInversionListBuilder
  3. CodePointInversionList iterates over individual code points and contiguous code point ranges and reports accurate set sizes
  4. CodePointInversionList spans string prefixes and suffixes to count contained or uncontained bytes
  5. CodePointInversionList provides BMP predefined set containing Basic Multilingual Plane code points

Dateien

  • Cargo.lock
  • Cargo.toml
  • PROMPT.md
  • csx.json
  • spec.json
  • src/lib.rs
  • test/contract.rs

Quellartefakt herunterladen (tar.gz)

Quelltext

Cargo.lock
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "displaydoc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "icu_collections"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa68d21081c4a05d5a901a1c62add574c77048b6a1c67be3b50ce0b60d4ca513"
dependencies = [
 "displaydoc",
 "potential_utf",
 "serde",
 "utf8_iter",
 "yoke",
 "zerofrom",
 "zerovec",
]

[[package]]
name = "potential_utf"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d83eb9bc6d8e5cf568e7a1101d60ee05e81ed50ea106026f3d18deeb046d7661"
dependencies = [
 "zerovec",
]

[[package]]
name = "proc-macro2"
version = "1.0.107"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
dependencies = [
 "unicode-ident",
]

[[package]]
name = "quote"
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
dependencies = [
 "proc-macro2",
]

[[package]]
name = "sample-icu-collections"
version = "1.0.0"
dependencies = [
 "icu_collections",
]

[[package]]
name = "serde"
version = "1.0.229"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
dependencies = [
 "serde_core",
 "serde_derive",
]

[[package]]
name = "serde_core"
version = "1.0.229"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
dependencies = [
 "serde_derive",
]

[[package]]
name = "serde_derive"
version = "1.0.229"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "stable_deref_trait"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"

[[package]]
name = "syn"
version = "3.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8593e8e72159ed2257d083c7a454a85cbf854f37a0966d8d483aff8c8a3ebcee"
dependencies = [
 "proc-macro2",
 "quote",
 "unicode-ident",
]

[[package]]
name = "synstructure"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "901704edd0dfe137f1987838ee4f259e4e063c31371bdb423f7ae38ec6f77f02"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]

[[package]]
name = "unicode-ident"
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d245f478577f809a851594d02313b640fb437e0bb33866753cff937863096954"

[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"

[[package]]
name = "yoke"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
dependencies = [
 "stable_deref_trait",
 "yoke-derive",
 "zerofrom",
]

[[package]]
name = "yoke-derive"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33811428bee40dbceb6d545e95754741d17a6aef9a4849f0fd62e2ba4f412a78"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
 "synstructure",
]

[[package]]
name = "zerofrom"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
dependencies = [
 "zerofrom-derive",
]

[[package]]
name = "zerofrom-derive"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f75b4683f6c7f45248d4d64056a24298c6281e0993356d7d1b4a1a962ef10d4a"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
 "synstructure",
]

[[package]]
name = "zerovec"
version = "0.11.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0464e17806c1d976d5cba29399c7f08e516e279e2ba493f63123b5fca67dd8"
dependencies = [
 "serde",
 "yoke",
 "zerofrom",
 "zerovec-derive",
]

[[package]]
name = "zerovec-derive"
version = "0.11.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34df6fc39dbd26ddc9c10e6a2984476e13acce22e64e4487636ef494369225da"
dependencies = [
 "proc-macro2",
 "quote",
 "syn",
]
Cargo.toml
[package]
name = "sample-icu-collections"
version = "1.0.0"
edition = "2021"
publish = false

[dependencies]
icu_collections = { version = "=2.3.0", features = ["alloc"] }

[[bin]]
name = "contract"
path = "test/contract.rs"
PROMPT.md
Clean-room public code sample — generation instructions

Write a brand-new, minimal, self-contained code sample in this clean-room directory.
Do not copy, paraphrase, or reference any existing project source. Work only from this spec.

A csx.json manifest scaffold already exists. Do not recreate it from memory. Preserve its case.goal, packages and symbols; fill its empty case.contract with exact assertions and correct its environment, commands and verifierAdapter for the files you generate.

Goal: verify pkg:cargo/icu_collections@2.3.0
Kind: HOW

Use EXACTLY these public packages and versions:
  - pkg:cargo/icu_collections@2.3.0

Rules:
  - One focused purpose; the smallest project that proves the goal.
  - Include a contract test (test/contract.*) that runs OFFLINE and exits 0 exactly when the goal behavior works.
  - Pin every dependency with a lockfile so resolution is reproducible.
  - No secrets, credentials, or tokens. No real URLs (only example.com or localhost). No absolute paths.
  - No personal names, emails, company names, or project identifiers of any kind.
  - No binaries and no generated output (node_modules, dist, target, venv, .git, .env).
  - Keep it under 200 files and 256KB packed.
csx.json
{"case":{"caseId":"case:sha256:655c3d35d347708e367d4101621b8e93e8b12e727033e666c267fb742f8a1cff","contract":["CodePointInversionListBuilder constructs a CodePointInversionList from individual characters and ranges with membership querying","CodePointInversionList performs set difference, intersection, and complement transformations via CodePointInversionListBuilder","CodePointInversionList iterates over individual code points and contiguous code point ranges and reports accurate set sizes","CodePointInversionList spans string prefixes and suffixes to count contained or uncontained bytes","CodePointInversionList provides BMP predefined set containing Basic Multilingual Plane code points"],"goal":"verify pkg:cargo/icu_collections@2.3.0","kind":"HOW","packages":["pkg:cargo/icu_collections@2.3.0"],"schemaVersion":1},"contractCommand":["cargo","run","--offline"],"environment":{"arch":"x64","distro":"alpine","ecosystem":"cargo","libc":"musl","os":"linux","packageManager":"cargo","schemaVersion":1},"license":"MIT-0","packages":["pkg:cargo/icu_collections@2.3.0"],"schemaVersion":1,"subject":"pkg:cargo/icu_collections@2.3.0","verifierAdapter":"cargo@1"}
spec.json
{
  "schemaVersion": 1,
  "goal": "verify pkg:cargo/icu_collections@2.3.0",
  "kind": "HOW",
  "packages": [
    "pkg:cargo/icu_collections@2.3.0"
  ]
}
src/lib.rs
//! Clean-room verification sample for icu_collections.

pub use icu_collections::*;
test/contract.rs
use icu_collections::codepointinvlist::{CodePointInversionList, CodePointInversionListBuilder};

fn main() {
    // 1. CodePointInversionListBuilder constructs a CodePointInversionList from individual characters and ranges with membership querying
    let mut builder = CodePointInversionListBuilder::new();
    builder.add_range('A'..='Z');
    builder.add_char('0');
    let set = builder.build();
    assert!(set.contains('A'));
    assert!(set.contains('Z'));
    assert!(set.contains('0'));
    assert!(!set.contains('a'));
    assert!(set.contains_range('A'..='Z'));
    assert!(!set.contains_range('A'..='z'));

    // 2. CodePointInversionList performs set difference, intersection, and complement transformations via CodePointInversionListBuilder
    let mut b1 = CodePointInversionListBuilder::new();
    b1.add_range('0'..='9');
    b1.remove_char('5');
    let s1 = b1.build();
    assert!(s1.contains('4'));
    assert!(!s1.contains('5'));
    assert!(s1.contains('6'));

    let mut b2 = CodePointInversionListBuilder::new();
    b2.add_range('0'..='9');
    b2.retain_range('3'..='6');
    let s2 = b2.build();
    assert!(!s2.contains('2'));
    assert!(s2.contains('4'));
    assert!(!s2.contains('7'));

    let mut b3 = CodePointInversionListBuilder::new();
    b3.add_range('A'..='Z');
    b3.complement();
    let s3 = b3.build();
    assert!(!s3.contains('A'));
    assert!(s3.contains('a'));

    // 3. CodePointInversionList iterates over individual code points and contiguous code point ranges and reports accurate set sizes
    let mut builder = CodePointInversionListBuilder::new();
    builder.add_range('a'..='c');
    builder.add_range('x'..='z');
    let set = builder.build();
    assert_eq!(set.size(), 6);
    assert!(!set.is_empty());
    let chars: Vec<char> = set.iter_chars().collect();
    assert_eq!(chars, vec!['a', 'b', 'c', 'x', 'y', 'z']);
    assert_eq!(set.get_range_count(), 2);
    let ranges: Vec<_> = set.iter_ranges().collect();
    assert_eq!(ranges, vec!['a' as u32..='c' as u32, 'x' as u32..='z' as u32]);

    // 4. CodePointInversionList spans string prefixes and suffixes to count contained or uncontained bytes
    let mut builder = CodePointInversionListBuilder::new();
    builder.add_range('a'..='z');
    let set = builder.build();
    let test_str = "hello WORLD";
    let contained_len = set.span(test_str, true);
    assert_eq!(contained_len, 5);
    let uncontained_len = set.span(&test_str[5..], false);
    assert_eq!(uncontained_len, 6);
    let back_len = set.span_back("WORLDhello", true);
    assert_eq!(back_len, 5);

    // 5. CodePointInversionList provides BMP predefined set containing Basic Multilingual Plane code points
    let bmp = CodePointInversionList::bmp();
    assert!(bmp.contains('A'));
    assert!(bmp.contains('\u{FFFF}'));
    assert!(!bmp.contains('\u{10000}'));
    assert_eq!(bmp.size(), 0x10000);

    println!("All icu_collections contract assertions passed successfully.");
}

Ursprungs-Seeder

anonym