rust/src/libextra/net
Jens Nockert 1aae28a57d Replaces the free-standing functions in f32, &c.
The free-standing functions in f32, f64, i8, i16, i32, i64, u8, u16,
u32, u64, float, int, and uint are replaced with generic functions in
num instead.

If you were previously using any of those functions, just replace them
with the corresponding function with the same name in num.

Note: If you were using a function that corresponds to an operator, use
the operator instead.
2013-07-08 18:05:17 +02:00
..
ip.rs remove some method resolve workarounds 2013-07-07 19:51:13 -04:00
mod.rs
tcp.rs Replaces the free-standing functions in f32, &c. 2013-07-08 18:05:17 +02:00
url.rs remove some method resolve workarounds 2013-07-07 19:51:13 -04:00