// This file is part of "haussmann"
// Under the MIT License
// Copyright (c) 2023 Antonin Hérault
use crateRGBA;
/// Rectangle border of width a width and a colour.
///
/// Borders are more commonly use in arrays like `[Border; 4]` to define a
/// border on each side of a shape.