Metadata-Version: 2.1
Name: rust_fastql
Version: 0.1.0
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# FastQL

## TODO

* Deactivate rust and make all Python code still run transparently with GQL_WRAPPER_ACTIVE unset
* Convert resolver to subscription 
* Add python parralel GIL lock escape CB
* Add option to send path to image 
* Test with model
* Test as dependency
* Test with defined multiple build targets
* Documentation

Callback example:


## useful links

https://stackoverflow.com/questions/41081240/idiomatic-callbacks-in-rust

https://alpha2phi.medium.com/serving-ml-model-using-graphql-subscription-7482d77ea061

https://stackoverflow.com/questions/57825509/is-this-the-idiomatic-way-to-share-a-closure-callback-among-threads-in-rust

https://graphql-rust.github.io/types/objects/complex_fields.html

https://docs.rs/juniper/latest/juniper/trait.GraphQLType.html

https://stackoverflow.com/questions/71357427/how-to-pass-a-rust-function-as-a-callback-to-python-using-pyo3

