CodeSampleX

Exemple

tinystr 0.8.4

Échantillon vérifié pour cargo tinystr 0.8.4. Le contrat s'est exécuté sur rust 1 · linux alpine/x64 · docker et a réussi : tinystr macro constructs…

sha256:fd86f30f80221026cee2051908a85fc8de99b883d5dd1b675c92cf412c0cff75

Ce réseau offre une seule chose : un échantillon qui compile. Il l'a exécuté dans un bac à sable et conservé le reçu signé. Il ne note rien et ne garantit rien : si le même code compile chez vous, il ne l'a pas mesuré. Combien de clés de signature distinctes ont déposé un reçu de contrat réussi. Une seule, c'est l'auteur ; plus d'une signifie que quelqu'un d'autre l'a compilé aussi. Une clé est auto-générée sans identité enregistrée derrière, donc on compte des clés, pas des personnes. MIT-0

Preuves d'exécution

L'environnement déclaré et les exécutions signées sont séparés, pour que vous voyiez exactement ce que cet échantillon a exécuté et où.

Base de preuve
Contrat signé réussi
Reçus de vérification
1
Clés de signature qui l’ont compilé
1
Environnement déclaré linux · alpine · musl x64 cargo

Environnements des exécutions de vérification

Environnement Contrat Étapes Exécution
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

Cas

HOW
Objectif
verify pkg:cargo/tinystr@0.8.4
Paquets
Créé
2026-09-18T12:58:03Z

Contrat

  1. tinystr macro constructs TinyAsciiStr at compile time for bounded ASCII literals
  2. TinyAsciiStr parses valid ASCII strings and rejects oversized or non-ASCII input with ParseError
  3. TinyAsciiStr converts ASCII strings between lowercase, uppercase and titlecase
  4. TinyAsciiStr classifies strings as alphabetic, numeric and alphanumeric
  5. TinyAsciiStr supports equality and ordering comparisons against str slices and other TinyAsciiStr instances

Fichiers

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

Télécharger l’artefact source (tar.gz)

Code source

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

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

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

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

[[package]]
name = "zerovec"
version = "0.11.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0464e17806c1d976d5cba29399c7f08e516e279e2ba493f63123b5fca67dd8"
dependencies = [
 "serde",
 "zerofrom",
]
Cargo.toml
[package]
name = "sample-tinystr"
version = "1.0.0"
edition = "2021"
publish = false

[dependencies]
tinystr = "=0.8.4"

[[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/tinystr@0.8.4
Kind: HOW

Use EXACTLY these public packages and versions:
  - pkg:cargo/tinystr@0.8.4
Constraints:
  - executionContext: node
Required runtime conditions:
  - ecosystem: npm
  - language: javascript
  - moduleSystem: cjs
  - packageManager: npm@10.9.8
  - runtime: node@22.23.2

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:3906276de216b2b8b5b2cc96cbfca14a58494353a0022b4f23ba3c58acbe41e5","contract":["tinystr macro constructs TinyAsciiStr at compile time for bounded ASCII literals","TinyAsciiStr parses valid ASCII strings and rejects oversized or non-ASCII input with ParseError","TinyAsciiStr converts ASCII strings between lowercase, uppercase and titlecase","TinyAsciiStr classifies strings as alphabetic, numeric and alphanumeric","TinyAsciiStr supports equality and ordering comparisons against str slices and other TinyAsciiStr instances"],"goal":"verify pkg:cargo/tinystr@0.8.4","kind":"HOW","packages":["pkg:cargo/tinystr@0.8.4"],"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/tinystr@0.8.4"],"schemaVersion":1,"subject":"pkg:cargo/tinystr@0.8.4","verifierAdapter":"cargo@1"}
spec.json
{
  "schemaVersion": 1,
  "goal": "verify pkg:cargo/tinystr@0.8.4",
  "kind": "HOW",
  "packages": [
    "pkg:cargo/tinystr@0.8.4"
  ]
}
src/lib.rs
//! Clean-room verification sample for tinystr.

pub use tinystr::*;
test/contract.rs
use tinystr::{tinystr, ParseError, TinyAsciiStr};

fn main() {
    // 1. tinystr macro constructs TinyAsciiStr at compile time for bounded ASCII literals
    let lit4: TinyAsciiStr<4> = tinystr!(4, "rust");
    assert_eq!(lit4.as_str(), "rust");
    assert_eq!(lit4.len(), 4);
    assert!(!lit4.is_empty());

    let lit8 = tinystr!(8, "tinystr");
    assert_eq!(lit8.as_str(), "tinystr");
    assert_eq!(lit8.len(), 7);

    let lit16 = tinystr!(16, "sixteenchars1234");
    assert_eq!(lit16.as_str(), "sixteenchars1234");
    assert_eq!(lit16.len(), 16);

    let empty: TinyAsciiStr<4> = TinyAsciiStr::EMPTY;
    assert_eq!(empty.as_str(), "");
    assert_eq!(empty.len(), 0);
    assert!(empty.is_empty());

    // 2. TinyAsciiStr parses valid ASCII strings and rejects oversized or non-ASCII input with ParseError
    let parsed: Result<TinyAsciiStr<4>, ParseError> = TinyAsciiStr::try_from_str("code");
    assert!(parsed.is_ok());
    assert_eq!(parsed.unwrap().as_str(), "code");

    let too_long: Result<TinyAsciiStr<4>, ParseError> = TinyAsciiStr::try_from_str("toolong");
    assert_eq!(too_long, Err(ParseError::TooLong { max: 4, len: 7 }));

    let non_ascii: Result<TinyAsciiStr<8>, ParseError> = TinyAsciiStr::try_from_str("café");
    assert_eq!(non_ascii, Err(ParseError::NonAscii));

    let contains_null: Result<TinyAsciiStr<4>, ParseError> = TinyAsciiStr::try_from_utf8(b"a\0b");
    assert_eq!(contains_null, Err(ParseError::ContainsNull));

    // 3. TinyAsciiStr converts ASCII strings between lowercase, uppercase and titlecase
    let mixed: TinyAsciiStr<8> = tinystr!(8, "tEsT-42");
    let lower = mixed.to_ascii_lowercase();
    assert_eq!(lower.as_str(), "test-42");

    let upper = mixed.to_ascii_uppercase();
    assert_eq!(upper.as_str(), "TEST-42");

    let title_input: TinyAsciiStr<8> = tinystr!(8, "hello");
    let title = title_input.to_ascii_titlecase();
    assert_eq!(title.as_str(), "Hello");

    // 4. TinyAsciiStr classifies strings as alphabetic, numeric and alphanumeric
    let alpha: TinyAsciiStr<8> = tinystr!(8, "alpha");
    assert!(alpha.is_ascii_alphabetic());
    assert!(alpha.is_ascii_alphanumeric());
    assert!(!alpha.is_ascii_numeric());

    let num: TinyAsciiStr<8> = tinystr!(8, "12345");
    assert!(!num.is_ascii_alphabetic());
    assert!(num.is_ascii_alphanumeric());
    assert!(num.is_ascii_numeric());

    let alphanum: TinyAsciiStr<8> = tinystr!(8, "rust2021");
    assert!(!alphanum.is_ascii_alphabetic());
    assert!(alphanum.is_ascii_alphanumeric());
    assert!(!alphanum.is_ascii_numeric());

    let symbol_str: TinyAsciiStr<8> = tinystr!(8, "a-b_c");
    assert!(!symbol_str.is_ascii_alphanumeric());

    // 5. TinyAsciiStr supports equality and ordering comparisons against str slices and other TinyAsciiStr instances
    let str_a: TinyAsciiStr<4> = tinystr!(4, "abcd");
    let str_b: TinyAsciiStr<4> = tinystr!(4, "abce");
    let str_same: TinyAsciiStr<4> = tinystr!(4, "abcd");

    assert_eq!(str_a, "abcd");
    assert_ne!(str_a, "abce");
    assert_eq!(str_a, str_same);
    assert_ne!(str_a, str_b);
    assert!(str_a < str_b);
    assert!(str_b > str_a);

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

Seeder d'origine

anonyme