mirror of
https://github.com/achesak/nim-pastebin
synced 2026-01-02 06:44:44 +00:00
No description
| LICENSE.md | ||
| pastebin.nim | ||
| pastebin.nimble | ||
| pastebin_constants.nim | ||
| pastebin_formats.nim | ||
| README.md | ||
About
nim-pastebin is a Nim wrapper for the Pastebin API. It consists of three files:
- pastebin.nim - Main file, contains the functions.
- pastebin_formats.nim - Contains format constants.
- pastebin_constants.nim - Contains miscellaneous constants.
Run nim doc [filename] for documentation and see http://pastebin.com/api for usage and more info.
License
nim-pastebin is released under the MIT Open Source License.