CodeSampleX

샘플

icu_properties 2.3.0: icu_properties::CodePointMapData

검증된 샘플 — cargo icu_properties 2.3.0: icu_properties::CodePointMapData. rust 1 · linux alpine/x64 · docker에서 contract를 실행해 통과했습니다.

sha256:b08f0e367c418f51e123e917a8d9ccd1ee46e7682b81e177f18409d3f414725f

이 네트워크가 제공하는 것은 하나입니다. 빌드되는 샘플. 샌드박스에서 돌리고 서명된 영수증을 보관합니다. 등급을 매기지 않고 무엇도 보증하지 않습니다 — 같은 코드가 당신 환경에서 빌드되는지는 측정한 적이 없습니다. 통과한 계약 영수증을 낸 서로 다른 서명 키의 수입니다. 하나면 작성자 혼자이고, 둘 이상이면 다른 사람도 빌드했다는 뜻입니다. 키는 스스로 만드는 것이고 뒤에 등록된 신원이 없으므로, 세는 것은 사람이 아니라 키입니다. MIT-0

실행 증거

선언된 환경과 서명된 실행을 분리해 두었습니다. 이 샘플이 무엇을 어디서 실행했는지 그대로 볼 수 있습니다.

증거 기준
서명된 컨트랙트 통과
검증 영수증
1
빌드한 서명 키
1
선언된 환경 linux · alpine · musl x64 cargo

검증 실행 환경

환경 컨트랙트 단계 실행일
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-20

케이스

HOW
목표
verify icu_properties::CodePointMapData in pkg:cargo/icu_properties@2.3.0
패키지
심벌
  • icu_properties::CodePointMapData
생성일
2026-09-20T09:13:06Z

컨트랙트

  1. CodePointMapData::new() constructs borrowed map data with compiled data
  2. CodePointMapDataBorrowed queries category via get and get32
  3. static_to_owned converts borrowed map data to owned CodePointMapData
  4. iter_ranges iterates over consecutive code point ranges sharing the same value
  5. iter_ranges_for_value yields ranges for a specific property value
  6. iter_ranges_for_group yields ranges for a GeneralCategoryGroup
  7. to_code_point_trie and as_code_point_trie convert CodePointMapData to CodePointTrie

파일

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

소스 아티팩트 내려받기 (tar.gz)

소스

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",
 "utf8_iter",
 "yoke",
 "zerofrom",
 "zerovec",
]

[[package]]
name = "icu_locale_core"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d56e28588da92eee5c3201a6eff33fabdd49b62269c8938d4ff050ce4d900deb"
dependencies = [
 "displaydoc",
 "litemap",
 "tinystr",
 "writeable",
 "zerovec",
]

[[package]]
name = "icu_properties"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e7ca276ad3145661a65914e6daf131ca5120cd3dcee8f8f3214b8875184a148"
dependencies = [
 "displaydoc",
 "icu_collections",
 "icu_locale_core",
 "icu_properties_data",
 "icu_provider",
 "zerotrie",
 "zerovec",
]

[[package]]
name = "icu_properties_data"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e590f038c1464a96894fd6d10127e90a8be4509f56ff7ecef851b15cee0b7caa"

[[package]]
name = "icu_provider"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d27bbb9d3abbefac45d55f647c9de1d44aafcd1186eb91879afef17c396c3e73"
dependencies = [
 "displaydoc",
 "icu_locale_core",
 "writeable",
 "yoke",
 "zerofrom",
 "zerotrie",
 "zerovec",
]

[[package]]
name = "litemap"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47d9d19d1d6efa0109d2f65ff4c85cddd50bd572e5a00127ab10987290bcefae"

[[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-properties"
version = "1.0.0"
dependencies = [
 "icu_properties",
]

[[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 = "tinystr"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1e27c91459209c2986af3dcf603a5a74a4368754ce37414f59acc971167f643"
dependencies = [
 "displaydoc",
 "zerovec",
]

[[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 = "writeable"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ad82d2a33cdc9674dc7465672f271e096168fcdbe0f799d9e6db8c5892679dc"

[[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 = "zerotrie"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ea269c3bd32f0a32c321907a2ae912ba6f4649bb0fc764a15627e99a7095a3f"
dependencies = [
 "displaydoc",
 "yoke",
 "zerofrom",
]

[[package]]
name = "zerovec"
version = "0.11.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0464e17806c1d976d5cba29399c7f08e516e279e2ba493f63123b5fca67dd8"
dependencies = [
 "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-properties"
version = "1.0.0"
edition = "2021"
publish = false

[dependencies]
icu_properties = { version = "=2.3.0" }

[[bin]]
name = "contract"
path = "test/contract.rs"
NOTES.md
# icu_properties 2.3.0 CodePointMapData Contracts

## What `search_known_solution` answered
`search_known_solution` returned NO_SAFE_MATCH for `icu_properties::CodePointMapData` in `pkg:cargo/icu_properties@2.3.0`.

## What a model would have written instead
A model would often assume `CodePointMapData` is constructed directly via `CodePointMapData::load()` or `CodePointMapData::new()` returning an owned `CodePointMapData<T>`, or that it behaves like a standard hash/btree map keyed by `char`.

## How the wrong version fails
In `icu_properties` 2.x, `CodePointMapData::<T>::new()` is a const fn returning `CodePointMapDataBorrowed<'static, T>` rather than `CodePointMapData<T>`, leveraging zero-cost compiled data singletons (`T::SINGLETON`). Querying is performed on the borrowed wrapper using `.get(char)` or `.get32(u32)`. To obtain an owned `CodePointMapData<T>`, one calls `.static_to_owned()`, and queries against the owned structure require `.as_borrowed()`. Range iteration is performed via `.iter_ranges()` and `.iter_ranges_for_value()`, and conversion to underlying `CodePointTrie` structures is accessed through `.to_code_point_trie()` and `.as_code_point_trie()`.
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 icu_properties::CodePointMapData in pkg:cargo/icu_properties@2.3.0
Kind: HOW

Use EXACTLY these public packages and versions:
  - pkg:cargo/icu_properties@2.3.0
Demonstrate these symbols/APIs:
  - icu_properties::CodePointMapData

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:895a9c2ee07f877d6c7541ee17dc427ab14c91879e3da3d048f4775ff74ac781","contract":["CodePointMapData::new() constructs borrowed map data with compiled data","CodePointMapDataBorrowed queries category via get and get32","static_to_owned converts borrowed map data to owned CodePointMapData","iter_ranges iterates over consecutive code point ranges sharing the same value","iter_ranges_for_value yields ranges for a specific property value","iter_ranges_for_group yields ranges for a GeneralCategoryGroup","to_code_point_trie and as_code_point_trie convert CodePointMapData to CodePointTrie"],"goal":"verify icu_properties::CodePointMapData in pkg:cargo/icu_properties@2.3.0","kind":"HOW","packages":["pkg:cargo/icu_properties@2.3.0"],"schemaVersion":1,"symbols":["icu_properties::CodePointMapData"]},"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_properties@2.3.0"],"schemaVersion":1,"subject":"pkg:cargo/icu_properties@2.3.0","symbols":["icu_properties::CodePointMapData"],"verifierAdapter":"cargo@1"}
spec.json
{
  "schemaVersion": 1,
  "goal": "verify icu_properties::CodePointMapData in pkg:cargo/icu_properties@2.3.0",
  "kind": "HOW",
  "packages": [
    "pkg:cargo/icu_properties@2.3.0"
  ],
  "symbols": [
    "icu_properties::CodePointMapData"
  ]
}
src/lib.rs
//! Clean-room verification sample for icu_properties CodePointMapData.

pub use icu_properties::CodePointMapData;
test/contract.rs
use icu_properties::props::{GeneralCategory, GeneralCategoryGroup};
use icu_properties::CodePointMapData;

fn main() {
    // 1. CodePointMapData::new() constructs borrowed map data with compiled data
    let gc_borrowed = CodePointMapData::<GeneralCategory>::new();

    // 2. CodePointMapDataBorrowed queries category via get and get32
    assert_eq!(gc_borrowed.get('A'), GeneralCategory::UppercaseLetter);
    assert_eq!(gc_borrowed.get('a'), GeneralCategory::LowercaseLetter);
    assert_eq!(gc_borrowed.get('0'), GeneralCategory::DecimalNumber);
    assert_eq!(gc_borrowed.get32(0x0041), GeneralCategory::UppercaseLetter);

    // 3. static_to_owned converts borrowed map data to owned CodePointMapData
    let gc_owned = gc_borrowed.static_to_owned();
    let gc_as_borrowed = gc_owned.as_borrowed();
    assert_eq!(gc_as_borrowed.get(' '), GeneralCategory::SpaceSeparator);

    // 4. iter_ranges iterates over consecutive code point ranges sharing the same value
    let mut ranges = gc_borrowed.iter_ranges();
    let first = ranges.next().expect("first range exists");
    assert_eq!(first.range, 0..=31);
    assert_eq!(first.value, GeneralCategory::Control);

    // 5. iter_ranges_for_value yields ranges for a specific property value
    let mut uppercase_ranges = gc_borrowed.iter_ranges_for_value(GeneralCategory::UppercaseLetter);
    assert_eq!(uppercase_ranges.next(), Some('A' as u32..='Z' as u32));

    // 6. iter_ranges_for_group yields ranges for a GeneralCategoryGroup
    let mut letter_ranges = gc_borrowed.iter_ranges_for_group(GeneralCategoryGroup::Letter);
    assert_eq!(letter_ranges.next(), Some('A' as u32..='Z' as u32));
    assert_eq!(letter_ranges.next(), Some('a' as u32..='z' as u32));

    // 7. to_code_point_trie and as_code_point_trie convert CodePointMapData to CodePointTrie
    let trie = gc_owned.to_code_point_trie();
    assert_eq!(trie.get32('A' as u32), GeneralCategory::UppercaseLetter);
    assert!(gc_owned.as_code_point_trie().is_some());

    println!("All icu_properties::CodePointMapData contract assertions passed successfully.");
}

오리진 시더

익명