This commit is contained in:
Alexey
2026-08-22 16:22:07 +03:00
parent bb0d3ba927
commit fb47ad149c
57 changed files with 675 additions and 710 deletions
+2 -4
View File
@@ -11,14 +11,12 @@ use super::model::ApiFailure;
// Source-preserving TOML rendering and atomic persistence helpers.
mod persistence;
#[cfg(test)]
use persistence::{find_toml_table_bounds, render_access_section, save_sections_to_disk};
pub(in crate::api) use persistence::{
render_server_listeners, render_top_level_section, save_access_sections_to_disk,
upsert_toml_table, write_atomic,
};
#[cfg(test)]
use persistence::{
find_toml_table_bounds, render_access_section, save_sections_to_disk,
};
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
pub(super) enum AccessSection {