This crate inplements the ntlm hash in pure rust.
rust use ntlm_hash::* println!("{}", ntlm_hash("some_string"))
This crate hashes only strings of maximum 31 characters long.