Marco Mengelkoch

Results 14 issues of Marco Mengelkoch

## Summary I tried to use RustPython in a windows GUI app, so that python code is running in the background and the result is displayed in a GUI. Unfortunately,...

C-bug

- adding rust functions to get feature names - get_feature_names - get_float_feature_names - get_cat_feature_names - get_text_feature_names - get_embedding_feature_names - added tests for the functions above

Rust

- adding optional feature "use_prebuilt" to avoid compiling the C code all the time. Default is status quo - use_prebuilt is off

Rust

Hi! It seems that pyo3 was mostly focussed on creating binary python libraries using rust code. It also is able to call python from rust, but it somehow never really...