biomunky / newsapi

An API for interacting with the News API
MIT License
7 stars 2 forks source link

Add doctests #11

Open lotia opened 5 years ago

lotia commented 5 years ago

Since this is a library we should ensure the quality of the documentation. Perhaps one avenue towards ensuring high quality and the correctness of examples is via doctests? https://doc.rust-lang.org/rustdoc/documentation-tests.html provides further detail