Adding code_ranker_plugin_python library as a dependency

Run this command in a terminal, in your project's directory:

cargo add code-ranker-plugin-python

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

code-ranker-plugin-python = "3.0.0-alpha.1"

The code_ranker_plugin_python library will be automatically available globally. Read the code_ranker_plugin_python library documentation.

Back to the crate overview.