From 1a292c6316b37c1252fbf8b8cc871a1e87301d72 Mon Sep 17 00:00:00 2001 From: Florian Briand Date: Mon, 30 Sep 2024 23:58:49 +0200 Subject: [PATCH] feat: improve the fsv-sys README, and add a PROGESS.md for implementation tracking --- crates/fsv-sys/PROGRESS.md | 32 ++++++++++++++++++++++++++++++++ crates/fsv-sys/README.md | 20 ++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 crates/fsv-sys/PROGRESS.md diff --git a/crates/fsv-sys/PROGRESS.md b/crates/fsv-sys/PROGRESS.md new file mode 100644 index 0000000..0a683b1 --- /dev/null +++ b/crates/fsv-sys/PROGRESS.md @@ -0,0 +1,32 @@ +# État d'avancement de l'implémentation des bindings FSV + +| Module | Progression | +|-------------|------------------------------------| +| [SSV](#ssv) | ![](https://geps.dev/progress/5) | +| [SGD](#sgd) | ![](https://geps.dev/progress/0) | +| [SRT](#srt) | ![](https://geps.dev/progress/0) | +| [STS](#sts) | ![](https://geps.dev/progress/0) | + +## SSV + +| Fonctions implémentées | +|------------------------| +| SSV_InitLIB2 | +| SSV_LireConfig | +| SSV_LireCartePS | + +## SGD + +| Fonctions implémentées | +|------------------------| + + +## SRT + +| Fonctions implémentées | +|------------------------| + +## STS + +| Fonctions implémentées | +|------------------------| diff --git a/crates/fsv-sys/README.md b/crates/fsv-sys/README.md index 85278bc..81a4550 100644 --- a/crates/fsv-sys/README.md +++ b/crates/fsv-sys/README.md @@ -1,5 +1,25 @@ # FSV-sys, bindings Rust pour le package FSV SESAM-Vitale +## Librairies FSV + +### Versions supportées + +| Version FSV | +|-------------| +| 1.40.14 | +| 1.40.13 | + +### État d'avancement de l'implémentation des bindings FSV + +Les détails de l'avancement de l'implémentation des bindings FSV sont donnés dans le fichier [PROGRESS.md](PROGRESS.md) + +| Module | Progression | +|-------------|------------------------------------| +| [SSV](#ssv) | ![](https://geps.dev/progress/5) | +| [SGD](#sgd) | ![](https://geps.dev/progress/0) | +| [SRT](#srt) | ![](https://geps.dev/progress/0) | +| [STS](#sts) | ![](https://geps.dev/progress/0) | + ## Utilisation ### Pré-requis