bilzaa2dattributes 0.1.4

This is a small library that implements attributes
Documentation
#[derive(Debug)]
pub enum AttributesEnum {
    BoundingRectangleColor,
    ShadowColor,
    Color,
    Clockwise,
    Filled,
    DrawBoundingRectangle,
    Opacity,
    X,
    Y,
    Width,
    Height,
    StartAngle,
    LineWidth,
    ShadowBlur,
    ShadowOffsetX,
    ShadowOffsetY,
    LineDashSize,
    LineDashGap,
    BoundingRectanglePadding,
}