We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6178a commit ed1ac93Copy full SHA for ed1ac93
1 file changed
crates/hotfix-message/src/lib.rs
@@ -9,12 +9,12 @@ pub(crate) mod parts;
9
mod tags;
10
11
pub use encoding::Buffer;
12
-pub use encoding::HardCodedFixFieldDefinition;
13
pub use encoding::field_access::FieldType;
14
pub use encoding::field_types;
15
#[cfg(feature = "fix42")]
16
pub use encoding::fix42;
17
pub use encoding::fix44;
+pub use encoding::{FieldValueError, HardCodedFixFieldDefinition};
18
pub use hotfix_derive::FieldType;
19
pub use hotfix_dictionary::{self as dict, TagU32};
20
pub use parser::SOH;
0 commit comments