Expand description

The file module

Here we define file structures and methods. It is implemented using tokio so we don’t block progress output during the process.

Structs

Constants

Supported file extensions This is a compile time built hashmap to check incomming file extensions against. Follows the extensions supported by currently UI syntax highlighting lib: react-syntax-highlighter

Functions