feat: introduce Maestro::initialize function that creates the maestro instance and ensure_ready the topology as well. Also refactor all relevant examples to use this new initialize function #18

Merged
johnride merged 3 commits from feat/maestroinitialize into master 2025-04-24 17:43:32 +00:00
Showing only changes of commit f5e3f1aaea - Show all commits

5
check.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/sh
set -e
cargo check --all-targets --all-features --keep-going
cargo fmt --check
cargo test