4NK Dev a4fa790021
All checks were successful
build-and-push-ext / build_push (push) Successful in 3m49s
ci: Ajout du workflow Gitea pour le tag 'ext'
- Création de .gitea/workflows/build-ext.yml
- Workflow déclenché sur push du tag 'ext'
- Build et push de l'image sdk_storage:ext
- Configuration SSH et Docker registry
2025-09-20 22:22:18 +00:00
2025-08-26 11:13:36 +02:00
2025-09-04 12:54:55 +02:00
2025-09-04 12:54:55 +02: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 433 KiB
Languages
Rust 100%