Skip to content

Commit ed1ac93

Browse files
committed
Expose FieldValueError publicly
1 parent 0b6178a commit ed1ac93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/hotfix-message/src

crates/hotfix-message/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ pub(crate) mod parts;
99
mod tags;
1010

1111
pub use encoding::Buffer;
12-
pub use encoding::HardCodedFixFieldDefinition;
1312
pub use encoding::field_access::FieldType;
1413
pub use encoding::field_types;
1514
#[cfg(feature = "fix42")]
1615
pub use encoding::fix42;
1716
pub use encoding::fix44;
17+
pub use encoding::{FieldValueError, HardCodedFixFieldDefinition};
1818
pub use hotfix_derive::FieldType;
1919
pub use hotfix_dictionary::{self as dict, TagU32};
2020
pub use parser::SOH;

0 commit comments

Comments
 (0)