From 6d920dda85f112a507083d70c0e503977a478281 Mon Sep 17 00:00:00 2001 From: Chris Vittal Date: Fri, 23 Oct 2020 16:53:16 +0200 Subject: [PATCH] Add scfg-rs, a rust scfg parser --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5168ef2..9ef4d95 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ train "Shinkansen" { - C: [libscfg] - Go: [go-scfg] - Python: [py-scfg] +- Rust: [scfg-rs] ## Specification (draft) @@ -72,4 +73,5 @@ This specification text is licensed with [CC-BY-SA 4.0]. [libscfg]: https://git.sr.ht/~emersion/libscfg [go-scfg]: https://git.sr.ht/~emersion/go-scfg [py-scfg]: https://hg.code.netlandish.com/~petersanchez/py-scfg +[scfg-rs]: https://git.sr.ht/~cdv/scfg-rs [CC-BY-SA 4.0]: https://creativecommons.org/licenses/by-sa/4.0/ -- 2.30.2