Crates.io | armonik |
lib.rs | armonik |
version | 3.21.0-beta-3 |
source | src |
created_at | 2024-11-06 07:23:10.383587 |
updated_at | 2024-12-11 10:36:48.409113 |
description | Rust bindings for the ArmoniK API |
homepage | |
repository | https://github.com/aneoconsulting/ArmoniK.Api |
max_upload_size | |
id | 1437868 |
size | 559,904 |
Javascript | C# | Python |
---|---|---|
This project is part of the ArmoniK project. In particular it is a constituent of its Core component which, among its main functionalities, implements several gRPC services aiming to provide a user with a robust task scheduler for a high throughput computing application.
The .proto files in the directory ./Protos/V1 provide the core data model and functionalities for ArmoniK and are used to generate the different SDKs.
See this link to explore documentation.
Documentation for .proto
files is generated with the plugin protoc-gen-doc during the build process in the CI/CD pipeline.
Documentation for .csproj
files is generated with DocFX during the build process in the CI/CD pipeline.
Contributions are always welcome!
See CONTRIBUTING.md for ways to get started.
Please refer to protoc-gen-doc to make sure to adhere to the format the plugin expects to correctly generate documentation. You can find examples at the end section of protoc-gen-doc.