feat: Application Interpret still WIP but now call ensure_installed on features, also introduced a rust app example, completed work on clone_box behavior #72

Merged
johnride merged 1 commits from feat/rust_cd into master 2025-07-02 15:20:30 +00:00
Owner
No description provided.
johnride added 1 commit 2025-07-02 02:47:18 +00:00
johnride reviewed 2025-07-02 15:19:40 +00:00
@ -48,3 +58,3 @@
/// ContinuousIntegration, ContinuousDelivery
#[async_trait]
pub trait ApplicationFeature<T: Topology>: std::fmt::Debug + Send + Sync {
pub trait ApplicationFeature<T: Topology>:
Author
Owner

ApplicationFeature name is confusing. People think that it is a feature of the appplication itself, rather than one provided by Harmony as part of the software lifecycle / infrastructure management.

ApplicationFeature name is confusing. People think that it is a feature of the appplication itself, rather than one provided by Harmony as part of the software lifecycle / infrastructure management.
johnride merged commit 2f6a11ead7 into master 2025-07-02 15:20:30 +00:00
johnride deleted branch feat/rust_cd 2025-07-02 15:20:41 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: NationTech/harmony#72
No description provided.