Wojciech Kępka
Wojciech Kępka
https://wiki.mobileread.com/wiki/MOBI#Compilation_Records
As the title says, there are audio and video records identified by `b"VIDE"` and `b"AUDI"` identifiers and they are probably worth investigating further.
It would be nice if there was a way to extract the correct type of image along with its data from the record and return it to the consumer of...
There are use cases (example in #9) to use headers directly. Thus making their fields public and providing some sort of safe interface might be a good idea.
As mentioned [here](https://github.com/wojciechkepka/mobi-rs/pull/6#issue-522061961), it might be helpful to check for correctness of headers and so on.
As /u/Patryk27 suggested [here](https://www.reddit.com/r/rust/comments/jqfytu/rsys_cli_tool_with_graphs_and_more/gbnc9xp?utm_source=share&utm_medium=web2x&context=3) it might be a good idea to use a flag like `--format json` to specify output format. Not only does it save a lot of short...
On higher core counts the graph becomes unreadable and it might be better to replace it with a gauge component showing cpu usage per core.