Skip to content

Commit 537fc56

Browse files
committed
Re-export AssociationKind
1 parent bc4d1e7 commit 537fc56

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/lib.rs

+4-2
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,9 @@ pub mod writers {
134134
pub use functions::{
135135
ExponentialFunction, PostScriptFunction, SampledFunction, StitchingFunction,
136136
};
137-
pub use object::DecodeParms;
138-
pub use object::{NameTree, NameTreeEntries, NumberTree, NumberTreeEntries};
137+
pub use object::{
138+
DecodeParms, NameTree, NameTreeEntries, NumberTree, NumberTreeEntries,
139+
};
139140
pub use renditions::{MediaClip, MediaPermissions, MediaPlayParams, Rendition};
140141
pub use structure::{
141142
Catalog, ClassMap, Destination, DeveloperExtension, DocumentInfo, MarkInfo,
@@ -167,6 +168,7 @@ pub mod types {
167168
LineCapStyle, LineJoinStyle, MaskType, OverprintMode, ProcSet, RenderingIntent,
168169
TextRenderingMode,
169170
};
171+
pub use files::AssociationKind;
170172
pub use font::{
171173
CidFontType, CjkClass, FontFlags, FontStretch, SystemInfo, UnicodeCmap,
172174
};

0 commit comments

Comments
 (0)