Skip to content

Commit

Permalink
Cleaning up some use declarations in lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
gmadrid committed Jan 7, 2023
1 parent 9236de7 commit 94b673e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
use thiserror::Error;

pub use datetools::{today, Datetools};
pub use pdfutils::sizes;
//pub use pdfutils::FontProxy;
pub use pdfutils::{
save_double_sided_document, save_one_page_document, Attributes, Colors, FontProxy, Instructions,
TextContext,
save_double_sided_document, save_one_page_document, sizes, Attributes, Colors, FontProxy,
Instructions, TextContext,
};
pub use shapes::circle::Circle;
pub use shapes::line::WLine;
pub use shapes::rect::WRect;
pub use shapes::HasRenderAttrs;
pub use shapes::ToPdfLine;
pub use shapes::{HasRenderAttrs, ToPdfLine};
pub use tgrid::description::GridDescription;
pub use tgrid::TGrid;
pub use units::{NumericUnit, Unit};
Expand Down

0 comments on commit 94b673e

Please sign in to comment.