This will let it deal with the data structures directly.
This is good because it avoids lifetime problems with borrowing the
whole of Accounts and it is OK because sshkeys takes care over save
orderig, etc.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
use authproofs::*;
+#[path="sshkeys.rs"]
+pub mod sshkeys;
+
//---------- simple types ----------
slotmap::new_key_type!{
pub mod progress;
pub mod shapelib;
pub mod spec;
-pub mod sshkeys;
pub mod sse;
pub mod termprogress;
pub mod timedfd;
pub use crate::spec::*;
pub use crate::spec::piece_specs::{FaceColourSpecs, SimpleCommon};
pub use crate::sse;
-pub use crate::sshkeys;
pub use crate::toml_de;
pub use crate::timedfd::*;
pub use crate::termprogress;