Crate cannot find path
问题 I am trying to use this crate to generate an ethereum address: https://docs.rs/ethkey/0.2.5/ethkey/ use ethkey::prelude::*; fn main() { let key = EthAccount::load_or_generate("~/", "passwd") .expect("should load or generate new eth key"); println!("{:?}", key.address()) } This is the example from the documentation and it doesnt seem to work. I get the error below: cargo run Compiling ethkey v0.1.0 (/Users/samueldare/Documents/Code/Thor/ethkey) Finished dev [unoptimized + debuginfo] target(s)