2017-03-12から1日間の記事一覧

Error Handling #8

https://doc.rust-lang.org/book/error-handling.html Reading from stdinの手前まででビルド通った。 extern crate getopts; extern crate rustc_serialize; extern crate csv; use getopts::Options; use std::env; use std::fs::File; use std::path::Pat…