loli_lib_dev 0.1.1

Fun project to get used to cargo and rust programming
Documentation
  • Coverage
  • 71.43%
    5 out of 7 items documented3 out of 4 items with examples
  • Size
  • Source code size: 7.05 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 323.01 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • smol-loli

loli-lib

Notice

This is just a fun project of mine for learning the basics of Rust and Cargo. Therefore, DO NOT RECOMMEND to use this crate in production.

Usage

If you really want to use this package... Yay! That makes me very happy❤️

Currently, I only implemented a few hashing functions, but I'll add more functionality as time goes on. Please refer to the documentation for how to use this crate.

Example

use crate loli_lib_dev::hashing::*;

let input = "Hiiii"

// Hash the input with
let hashed = hash_sha3_512(input);

Contribution

If you find a bug or want to contribute / improve this crate feel free to open an issue or make a Pull Request on GitHub.