Open Issues Need Help
View All on GitHubAI Summary: The CI/CD pipeline is failing due to the new stable Rust version 1.89.0, specifically because of updated Clippy warnings and a new behavior where doctests are now run during cross-compilation. The proposed solution involves fixing Clippy issues and adding the `no_run` attribute to all documentation examples to prevent their execution during compilation.
Eclipse Ankaios Rust SDK - provides a convenient Rust interface for interacting with the Ankaios platform.
AI Summary: The task is to update the Eclipse Ankaios Rust SDK to support workload files, a feature recently added to the Ankaios platform. This involves modifying the SDK's API and implementation to handle the creation, management, and retrieval of workload configurations from files, ensuring compatibility with the updated Ankaios platform and synchronizing with other SDKs.
Eclipse Ankaios Rust SDK - provides a convenient Rust interface for interacting with the Ankaios platform.