Crate reginleif_utils

source ·

Modules§

  • The module for the save and load the data from the file. It provides the trait to save and load the data from the file, from the path that is constant to dynamic.
  • This module contains the SHA struct and the TryFrom implementation for SHA. You can use this struct to store SHA1 and SHA256, and you can convert &str to SHA by using TryFrom trait.