From 3edd7220d3444f8c61bf5dcd3192602b7307153b Mon Sep 17 00:00:00 2001 From: Bernardo Ramos Date: Sun, 13 Dec 2020 16:16:23 -0300 Subject: [PATCH] readme: add F# implementation [skip ci] --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5aca747..9d8fbd2 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,8 @@ You can find more usage examples [here](usage.md) and in the [examples folder](e * PHP: [JaredClemence/binn](https://github.com/JaredClemence/binn) * Python: [meeron/pybinn](https://github.com/meeron/pybinn) * Elixir: [thanos/binn](https://github.com/thanos/binn) - * Erlang [tonywallace64/erl_binn](https://github.com/tonywallace64/erl_binn) (partial implementation) + * Erlang: [tonywallace64/erl_binn](https://github.com/tonywallace64/erl_binn) (partial implementation) + * F#: [meeron/FSBinn](https://github.com/meeron/FSBinn) Feel free to make a wrapper for your preferred language. Then inform us so we can list it here.