/// This module contains light borders
/// #Example
/// ```
/// use box_drawing::light;
/// let expected = "┌─┐";
/// let actual = format!("{}{}{}", light::DOWN_RIGHT, light::HORIZONTAL, light::DOWN_LEFT);
/// assert_eq!(expected, actual);
/// ```
/// This module contains heavy (bold) borders
/// This module contains doubled borders
/// Contains rounded corners