renga-api-rs 0.1.0

Renga COM API bindings for Rust
docs.rs failed to build renga-api-rs-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.
Visit the last successful build: renga-api-rs-0.1.4

BuildDocs

This crate provides (incomplete) Rust bindings for the Renga COM API.

[!NOTE] Only Windows is supported at the moment.

Logging

This crate uses log crate interface to log messages. You must provide your own logger implementation in order to see logs.

See log crate for more details.

Compatibility

Rust version at least 1.65 is required. This crate is compatible with Renga 8.0.0 and higher.

Links

See Official documentation for more details about Renga or Crate documentation for more details about this crate.