loli_lib_dev

Crates.iololi_lib_dev
lib.rsloli_lib_dev
version0.1.1
sourcesrc
created_at2022-12-25 02:13:23.616358
updated_at2023-01-05 18:12:35.433698
descriptionFun project to get used to cargo and rust programming
homepagehttps://github.com/smol-loli/loli_lib_dev/
repositoryhttps://github.com/smol-loli/loli_lib_dev/
max_upload_size
id745133
size7,051
Kazuki (smol-loli)

documentation

README

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.

Commit count: 13

cargo fmt