v1.0.0-rc.3.1: online key-service auth header + cross-OS keydb search paths (paths.rs)

This commit is contained in:
Matthew Jackson
2026-06-22 18:09:48 -07:00
parent 2987792328
commit 6f164ca355
4 changed files with 287 additions and 4 deletions
+3 -1
View File
@@ -23,10 +23,12 @@
mod keydb;
mod mapfile;
mod online;
mod paths;
pub use keydb::KeydbSource;
pub use mapfile::MapfileSource;
pub use online::OnlineSource;
pub use online::{OnlineSource, validate_keyserver_url};
pub use paths::{default_keydb_path, existing_keydb_path, keydb_search_paths};
// Re-exported for downstream convenience so apps need only depend on this crate
// for the source-side types.