docs.rs failed to build tugraph-plugin-util-0.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
tugraph-plugin-util-0.1.2
tugraph-plugin-util
is a helper crate which make any rust function with following signature
fn
to be a plugin entry point.
Example
use ;
use tugraph_plugin;
It exports a attribute proc-macro #[tugraph_plugin]
which can decorate a rust function and make the function expanded as:
use lgraph_api_graph_db_t;
use CxxString;
use Graph as TuGraph;
pub unsafe extern "C"