Crates.io | just_md5 |
lib.rs | just_md5 |
version | 0.1.4 |
source | src |
created_at | 2024-01-23 13:39:41.403457 |
updated_at | 2024-01-24 08:48:13.932713 |
description | just md5, nothing else |
homepage | https://github.com/wolfired/just_md5 |
repository | https://github.com/wolfired/just_md5 |
max_upload_size | |
id | 1110836 |
size | 15,214 |
just md5, nothing else
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()));
}
bash ./scripts/code_coverage.sh
cargo install rustfilt
rustup component add llvm-tools-x86_64-pc-windows-msvc
https://github.com/itchyny/gojq/releases
https://uploader.codecov.io