Your Name 62a972594d
Some checks failed
Docker Image / docker (push) Failing after 18s
CI / rust (push) Failing after 30s
Release / build-release (ubuntu-latest) (push) Failing after 57s
Release / build-release (windows-latest) (push) Has been cancelled
test(api): couverture complète endpoints + docs contrats
2025-08-26 10:34:11 +02:00
2024-11-18 17:15:46 +01:00

sdk_storage

Voir la documentation détaillée dans docs/.

Démarrage rapide

  • Construire: cargo build
  • Lancer: cargo run -- --permanent (clé sans TTL = permanente)
  • Tester: cargo test

API

  • POST /store { key(hex64), value(hex), ttl? (s) }
  • GET /retrieve/:key

Contribution

Voir CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md.

Licence

Voir LICENSE (MIT).

Description
No description provided
Readme 354 KiB
Languages
Rust 100%