# Pastebin Rust Api
Wrapper for the Pastebin Api
## Getting started
Simple usage of Paster
:
``` extern crate pastebinrustapi; use pastebinrustapi::{Paster, Access, Format, Expiration};
fn main() {
// I recommend to put your dev key into an environment variable called PASTEBIN_DEVELOPER_TOKEN
.
let parser = Paster::new(Some("
```