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