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 db8d53d commit 4335828Copy full SHA for 4335828
src/logging.md
@@ -200,8 +200,7 @@ We also specified the start address of this output section: the `0` in `.log 0
200
(INFO)`.
201
202
The other improvement we can do is switch from formatted I/O (`fmt::Write`) to
203
-binary I/O; that is, send the addresses to the host as bytes rather than as
204
-strings.
+binary I/O, sending the addresses to the host as bytes rather than as strings.
205
206
Binary serialization can be hard but we'll keep things super simple by
207
serializing each address as a single byte. With this approach we don't have to
0 commit comments