//! Sunny is a library for scraping bandcamp.com
/// Errors produced by sunny
pubmoderror;/// Track & Album represented as structs
pubmodmodels;/// Spider crawls the web, I crawl bandcamp.com
pubmodspider;/// Miscellaneous small utilities for mostly internal usage
pubmodutils;