rust/src/libstd/rt/io
Alex Crichton 9110a38cbf Remove rt::io::support
This removes the PathLike trait associated with this "support module". This is
yet another "container of bytes" trait, so I didn't want to duplicate what
already exists throughout libstd. In actuality, we're going to pass of C strings
to the libuv APIs, so instead the arguments are now bound with the 'ToCStr'
trait instead.

Additionally, a layer of complexity was removed by immediately converting these
type-generic parameters into CStrings to get handed off to libuv apis.
2013-10-24 14:21:57 -07:00
..
native Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
net Remove rt::io::support 2013-10-24 14:21:57 -07:00
buffered.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
comm_adapters.rs Drop the '2' suffix from logging macros 2013-10-22 08:09:56 -07:00
extensions.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
file.rs Remove rt::io::support 2013-10-24 14:21:57 -07:00
flate.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
mem.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
mock.rs Removed Unnecessary comments and white spaces #4386 2013-10-23 01:10:50 +05:30
mod.rs Remove rt::io::support 2013-10-24 14:21:57 -07:00
option.rs Address a few XXX comments throughout the runtime 2013-10-24 14:21:56 -07:00
pipe.rs Migrate Rtio objects to true trait objects 2013-10-24 14:21:57 -07:00
process.rs Migrate Rtio objects to true trait objects 2013-10-24 14:21:57 -07:00
stdio.rs Migrate Rtio objects to true trait objects 2013-10-24 14:21:57 -07:00
timer.rs Migrate Rtio objects to true trait objects 2013-10-24 14:21:57 -07:00