Update README.md

This commit is contained in:
Alexander Niederbühl 2019-08-04 12:54:22 +02:00 committed by GitHub
parent 83b92a6a55
commit f3d1b0139b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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