chiark / gitweb /
sshkeys: Make module sub-module of accounts
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 30 May 2021 11:00:40 +0000 (12:00 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 30 May 2021 12:44:07 +0000 (13:44 +0100)
commit57c9a6999d23ee1abe2439d0889421526f924ce1
tree44589514070c48456bc7fc2a2562a070401495e7
parentffb6281b13994972c3d017ed5e4df0bb99d04157
sshkeys: Make module sub-module of accounts

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>
src/accounts.rs
src/lib.rs
src/prelude.rs