rework 0.1.0

Multi-threaded task processing in the Master-Worker pattern.
Documentation
//! Types for handling panics.

/// Contains information about the panics that workers encountered.
#[derive(Debug, Clone)]
pub struct PanicInfo {
    pub request: String,
}