You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change will support:
- Generic statistics (esrlabs#31)
- Reading messages from streams (esrlabs#34)
Additionally it provides a cleanup of the crate's feature names
and removes the dependecy to the legacy buf_redux create.
@@ -150,11 +121,13 @@ Below is the revised and improved English version of the documentation:
150
121
151
122
***`statistics`**: Enables the `statistics` module, which scans the source data and provides a summary of its contents. This gives you an overview of the number of messages and their content.
152
123
153
-
***`fibex_parser`**: Enables the `fibex` module, which allows to parse configurations for non-verbose messages from a fibex model.
124
+
***`fibex`**: Enables the `fibex` module, which allows to parse configurations for non-verbose messages from a fibex model.
125
+
126
+
***`debug`**: Adds additional log output for debugging purposes.
154
127
155
-
***`debug_parser`**: Adds additional log output for debugging purposes.
128
+
***`serialization`**: Adds `Serialize` and `Deserialize` implementations (via `serde`) to all public types. This feature is useful if you need to encode or decode these types for transmission or storage.
156
129
157
-
***`serde-support`**: Adds `Serialize` and `Deserialize` implementations (via `serde`) to all public types. This feature is useful if you need to encode or decode these types for transmission or storage.
130
+
***`stream`**: Provides API for parsing DLT messages from streams.
0 commit comments