diff options
| author | Huon Wilson <dbau.pp+github@gmail.com> | 2013-02-23 17:46:04 +1100 |
|---|---|---|
| committer | Huon Wilson <dbau.pp+github@gmail.com> | 2013-04-03 11:36:05 +1100 |
| commit | e4edfa046af08a345c607ec9c80426d9eabc7c82 (patch) | |
| tree | c9247d8c101c0dab1cdd062af28de43eb90f1e93 /src/libstd/std.rc | |
| parent | 5f13e9ccc2e3328d4cd8ca49f84e6840dd998346 (diff) | |
| download | rust-e4edfa046af08a345c607ec9c80426d9eabc7c82.tar.gz rust-e4edfa046af08a345c607ec9c80426d9eabc7c82.zip | |
libstd: implement fileinput.
Iterate over lines in a series of files. API (mostly) adopted from Python's fileinput module.
Diffstat (limited to 'src/libstd/std.rc')
| -rw-r--r-- | src/libstd/std.rc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc index 89bdc750c22..74ef229a033 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -98,6 +98,7 @@ pub mod workcache; pub mod bigint; pub mod stats; pub mod semver; +pub mod fileinput; #[cfg(unicode)] mod unicode; |
