async_aria2/
utils.rs

1pub fn read_torrent_file(path: &str) -> String {
2    base64::encode(&std::fs::read(path).unwrap())
3}