krill 0.16.0

Resource Public Key Infrastructure (RPKI) daemon
Documentation
1
2
3
4
5
6
7
8
9
//! Upgrading from versions before 0.10.0.

mod aspa;
mod migration;
mod old_events;
mod old_commands;

pub use self::migration::CasMigration;