Merge pull request #283 from ijl/add-lib
Document orjson lib as user/example
This commit is contained in:
commit
473635bd20
|
@ -121,6 +121,7 @@ fn main() -> PyResult<()> {
|
|||
* [pyo3-built](https://github.com/PyO3/pyo3-built) _Simple macro to expose metadata obtained with the [`built`](https://crates.io/crates/built) crate as a [`PyDict`](https://pyo3.github.io/pyo3/pyo3/struct.PyDict.html)_
|
||||
* [point-process](https://github.com/ManifoldFR/point-process-rust/tree/master/pylib) _High level API for pointprocesses as a Python library_
|
||||
* [autopy](https://github.com/autopilot-rs/autopy) _A simple, cross-platform GUI automation library for Python and Rust._
|
||||
* [orjson](https://github.com/ijl/orjson) _Fast Python JSON library_
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Reference in New Issue