chore: Add OpenDAL as an example

Signed-off-by: suyanhanx <suyanhanx@gmail.com>
This commit is contained in:
suyanhanx 2023-05-17 21:35:12 +08:00
parent edb9522331
commit e853dd831b
No known key found for this signature in database
GPG Key ID: 2AAECF0ABFC5F308
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ about this topic.
- [inline-python](https://github.com/fusion-engineering/inline-python) _Inline Python code directly in your Rust code._
- [jsonschema-rs](https://github.com/Stranger6667/jsonschema-rs/tree/master/bindings/python) _Fast JSON Schema validation library._
- [mocpy](https://github.com/cds-astro/mocpy) _Astronomical Python library offering data structures for describing any arbitrary coverage regions on the unit sphere._
- [opendal](https://github.com/apache/incubator-opendal/tree/main/bindings/python) _A data access layer that allows users to easily and efficiently retrieve data from various storage services in a unified way._
- [orjson](https://github.com/ijl/orjson) _Fast Python JSON library._
- [ormsgpack](https://github.com/aviramha/ormsgpack) _Fast Python msgpack library._
- [point-process](https://github.com/ManifoldFR/point-process-rust/tree/master/pylib) _High level API for pointprocesses as a Python library._