From abe0b14f5d186861f8512971e10be6a2d6889576 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 18 May 2021 09:38:07 -0700 Subject: [PATCH] Update README.md --- xenomorph/README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/xenomorph/README.md b/xenomorph/README.md index c7227a89..b543ed32 100644 --- a/xenomorph/README.md +++ b/xenomorph/README.md @@ -1,14 +1,17 @@ -# xenomorph ![Build Status](https://github.com/mbutterick/xenomorph/workflows/CI/badge.svg) +## xenomorph ![Build Status](https://github.com/mbutterick/xenomorph/workflows/CI/badge.svg) Racket library for binary encoding & decoding. Based on [`restructure`](https://github.com/foliojs/restructure). -Docs -- +## Docs https://docs.racket-lang.org/xenomorph/ -License -- +## License MIT + + +## Project status + +Actively developed though I’m not sure what more will be done. Everything from `restructure` has been ported over. Mostly this package supports [Quad](https://github.com/mbutterick/quad), so I don’t expect it will have a meaningful life as a standalone library. Moreover nobody seems to like binary formats.