Skip to content

Commit 91b91c5

Browse files
committedAug 17, 2024·
Re-export lopdf
1 parent 4a5b261 commit 91b91c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ extern crate lopdf;
33
use adobe_cmap_parser::{ByteMapping, CodeRange, CIDRange};
44
use encoding_rs::UTF_16BE;
55
use lopdf::content::Content;
6-
use lopdf::*;
6+
pub use lopdf::*;
77
use euclid::*;
88
use lopdf::encryption::DecryptionError;
99
use std::fmt::{Debug, Formatter};

0 commit comments

Comments
 (0)
Please sign in to comment.