From f3d1b0139b0f69c59ed8c875537dcf57755b2570 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Niederb=C3=BChl?= Date: Sun, 4 Aug 2019 12:54:22 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4098129f..3852c9a5 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,7 @@ fn main() -> PyResult<()> { * Contains an example of building wheels on Azure Pipelines * [fastuuid](https://github.com/thedrow/fastuuid/) _Python bindings to Rust's UUID library_ * [python-ext-wasm](https://github.com/wasmerio/python-ext-wasm) _Python library to run WebAssembly binaries_ + * [dict-derive](https://github.com/gperinazzo/dict-derive) _Derive FromPyObject to automatically transform Python dicts into Rust structs_ ## License