Rest/Main.rs
1#![allow(non_snake_case)]
2
3#[tokio::main]
4async fn main() {
5 // [Boot] [Telemetry] Bring up shared dual-pipe (PostHog + OTLP). No-op
6 // in release builds and when `Capture=false`.
7 CommonLibrary::Telemetry::Initialize::Fn(CommonLibrary::Telemetry::Tier::Tier::Rest).await;
8
9 (Library::Struct::Binary::Command::Struct::Fn().Fn)().await
10}