developmentseed / developmentseed/obstore
Allow obspec protocol input for `PyObjectStore`
Open
- Dominant language
- Python
- Stars
- 810
- Forks
- 42
- Avg merge
- 1d 15h
- Merged PRs (30d)
- 6
Description
E.g. should you do
```rs
struct ObspecStore(PyObject);
impl ObjectStore for ObspecStore {}
```
requests will go through Python, but it does mean that people could add **Python middlewares** even when it's Rust making the request.
How much overhead would it actually be to call through Python to make these requests?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.