diff options
| author | Jeff Olson <olson.jeffery@gmail.com> | 2012-04-26 14:30:22 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-05-22 22:29:15 -0700 |
| commit | ffdaf14dd90995273fd697b9b87018d5dba84379 (patch) | |
| tree | 1889f26a5d17a187159837c73ed08d01c683c30e /src/libstd/std.rc | |
| parent | 27427a950aa22b966d28b3e0a3508e0d97f91252 (diff) | |
| download | rust-ffdaf14dd90995273fd697b9b87018d5dba84379.tar.gz rust-ffdaf14dd90995273fd697b9b87018d5dba84379.zip | |
initial stab at API for std::net::tcp
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 40a03ae25c2..99011c5d649 100644 --- a/src/libstd/std.rc +++ b/src/libstd/std.rc @@ -23,6 +23,7 @@ export test, tempfile, serialization; // General io and system-services modules mod net; +mod net_tcp; // libuv modules mod uv; |
