Crate misc_utils

Source
Expand description

This crate contains miscellaneous utility functions

Currently this crate contains functions to

  • interact with the filesystem in fs
  • process line-separated JSON data

Modules§

async_fs
This module contains functions related to async filesystem operations.
byteascii
Contains functions to print bytes in a human-readable format.
error
This modules contains all error type definitions for this crate
fs
This module contains functions related to filesystem operations.
path
This module contains functions for file system path manipulation.

Structs§

Max
Helper type to ensure to calculate a maximal value
Min
Helper type to ensure to calculate a minimal value