clean up docs for #486

This commit is contained in:
Christien Rioux 2025-08-24 08:11:24 -04:00
parent 285d98a185
commit ac4a3f5ebf

View file

@ -11,8 +11,7 @@
//! - [Examples](https://gitlab.com/veilid/veilid/-/tree/main/veilid-core/examples/)
//! - [API Documentation](https://docs.rs/veilid-core)
//!
//! The public API is accessed by getting a [VeilidAPI] object via a call to [api_startup], [api_startup_json], or
//! [api_startup_config].
//! The public API is accessed by getting a [VeilidAPI] object via a call to [api_startup], [api_startup_json].
//!
//! From there, a [RoutingContext] object can get you access to public and private routed operations.
//!