chore: Example on how to use to use the Rosenpass API

This commit is contained in:
Karolin Varner
2024-12-19 15:30:18 +01:00
parent 742e037936
commit e4e0a9e661

View File

@@ -1,4 +1,10 @@
//! The bulk code relating to the Rosenpass unix socket API
//!
//! # Examples
//!
#![doc = "```ignore"]
#![doc = include_str!("../../tests/api-integration-tests-api-setup.rs")]
#![doc = "```"]
mod api_handler;
mod boilerplate;