Export all types at top level

This commit is contained in:
Joscha 2023-02-16 09:18:08 +01:00
parent 0d59116012
commit 4ffaae067e
9 changed files with 21 additions and 23 deletions

View file

@ -2,8 +2,7 @@ use std::ops::{Add, AddAssign, Neg, Range, Sub, SubAssign};
use crossterm::style::ContentStyle;
use crate::styled::Styled;
use crate::widthdb::WidthDb;
use crate::{Styled, WidthDb};
#[derive(Debug, Default, Clone, Copy, PartialEq, Eq)]
pub struct Size {