juxt_md5

Crates.iojuxt_md5
lib.rsjuxt_md5
version0.1.1
sourcesrc
created_at2024-01-25 10:37:43.250583
updated_at2024-01-25 10:43:27.22624
descriptionjust md5, nothing else
homepagehttps://github.com/wolfired/juxt/tree/main/x/md5
repositoryhttps://github.com/wolfired/juxt/tree/main/x/md5
max_upload_size
id1113647
size10,081
LinkWu (wolfired)

documentation

https://docs.rs/juxt_md5

README

juxt_md5

Crates.io Version docs.rs

just md5, nothing else

Usage


use std::fs::read;
use std::str::FromStr;

use just_md5::Md5;

fn main() {
    println!("{}", Md5::from_str("just_md5").unwrap());
    println!("{}", Md5::from_vec(&mut read("path to a file").unwrap()));
}

External Reference

md5/rfc1321

Commit count: 0

cargo fmt