harmony/harmony-rs
2025-02-12 14:32:17 -05:00
..
examples fix: autoload inventory and topology, update dhcp struct, add k8s deployment score 2025-02-06 16:24:22 -05:00
harmony fix: autoload inventory and topology, update dhcp struct, add k8s deployment score 2025-02-06 16:24:22 -05:00
harmony_macros feat(harmony): enhance PhysicalHost with builder methods and update dependencies 2025-02-01 11:45:04 -05:00
harmony_tui feat(examples/tui): add TUI example with harmony integration 2025-02-04 15:43:05 -05:00
harmony_types feat(harmony): enhance PhysicalHost with builder methods and update dependencies 2025-02-01 11:45:04 -05:00
opnsense-config fix: autoload inventory and topology, update dhcp struct, add k8s deployment score 2025-02-06 16:24:22 -05:00
opnsense-config-xml fix: autoload inventory and topology, update dhcp struct, add k8s deployment score 2025-02-06 16:24:22 -05:00
private_repos/example feat(example): add new example crate with basic setup 2025-02-12 14:32:17 -05:00
.gitignore chore: Move client setups to private repos that can be cloned manually by the developer 2024-09-13 16:19:49 -04:00
Cargo.lock feat(example): add new example crate with basic setup 2025-02-12 14:32:17 -05:00
Cargo.toml feat(harmony): enhance PhysicalHost with builder methods and update dependencies 2025-02-01 11:45:04 -05:00
LICENSE chore(harmony): Use Cargo workspaces for core harmony and client specific implementation 2024-09-06 12:17:23 -04:00
README.md feat: Significant refactoring to introduce the HostBinding struct that has for sole purpose to bind a PhysicalHost and LogicalHost together. The PhysicalHost contains everything hardware up to the mac address, LogicalHost ip address, name and above 2024-09-23 00:30:27 -04:00

Due to the current setup being a mix of separate repositories with gitignore and rust workspace, a few options are required for cargo-watch to have the desired behavior :

RUST_LOG=info cargo watch --ignore-nothing -w harmony -w private_repos/ -x 'run --bin nationtech' 

This will run the nationtech bin (likely private_repos/nationtech/src/main.rs) on any change in the harmony or private_repos folders.