innisfree 0.4.3

Exposes local services on public IPv4 address, via cloud server.
Documentation
1
2
3
4
5
6
7
8
9
//! Support for the DigitalOcean cloud provider.
//! Right now, this is the only supported cloud provider,
//! but more may be added in the future.

pub mod client;
pub mod floating_ip;
pub mod provider;
pub mod server;
pub mod ssh_key;