Installation
Put the desired version of the crate into the dependencies section of your Cargo.toml:
[]
= "*"
Examples
First of all, JSPaste API can return errors if a key or secret is invalid, so a good way of handling responses is:
match some_doc
We recommend doing this with every request to ensure that all cases are covered.
use rspaste;