Skip to content

Instantly share code, notes, and snippets.

View omikuji's full-sized avatar

omikuji omikuji

  • Tokyo, Japan
  • 17:51 (UTC +09:00)
View GitHub Profile
@omikuji
omikuji / main.rs
Last active September 26, 2019 02:15
Configuration for successful compilation with libunftp
use futures::{future, Future, Stream};
use std::path::{Path, PathBuf};
use std::time::SystemTime;
#[derive(Clone, Debug)]
struct SampleUser {
hash: String,
}
impl AsRef<SampleUser> for SampleUser {