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
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: NationTech/harmony#72
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/rust_cd"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -48,3 +58,3 @@
/// ContinuousIntegration, ContinuousDelivery
#[async_trait]
pub trait ApplicationFeature<T: Topology>: std::fmt::Debug + Send + Sync {
pub trait ApplicationFeature<T: Topology>:
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.