Hoverbear / digitalocean

A prototype API for Digital Ocean.
https://docs.rs/crate/digitalocean/
MIT License
37 stars 11 forks source link

Examples in Readme are not self contained #6

Closed Hoverbear closed 6 years ago

Hoverbear commented 7 years ago

They should have an extern crate and fn main().

Also they should show output. :)

Thanks @jtgeibel!