uggo-ugg-api 0.7.0

uggo dependency -- API client for u.gg
Documentation
1
2
3
4
5
use sha2::{Digest, Sha256};

pub fn sha256(value: &str) -> String {
    hex::encode(Sha256::digest(value.as_bytes()))
}