Crate renga_api_rs
source ·Expand description
This crate provides (incomplete) Rust bindings for the Renga COM API.
Only Windows is supported at the moment.
See Official documentation for more details.
§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.
Todo: examples
Modules§
- Meta information about this crate.
Structs§
- Represents entire Renga application.
- Represents active Renga project.
- Represents project transaction, created by Project::start_transaction.
- SemVer version as defined by https://semver.org.
Enums§
- Project category entity types.
- Error type for Renga API.
Type Aliases§
- Result type for Renga API.