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
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ fn main() {
63
63
64
64
The parser is quite fast. Parsing a 4.8 GByte DLT file that contains over 3.5 mio messages took ~37 seconds (~134MB/sec)
65
65
66
-
This example can be built with `cargo build --example file_parser --release`
66
+
This example can be built with `cargo run --example file_parser --release`
67
67
68
68
```rust
69
69
...
@@ -141,4 +141,4 @@ Below is the revised and improved English version of the documentation:
141
141
142
142
-**`debug_parser`**: Adds additional log output for debugging purposes.
143
143
144
-
-**`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.
144
+
-**`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.
0 commit comments