Kevin Ballard d6d9b92683 path2: Adjust the API to remove all the _str mutation methods
Add a new trait BytesContainer that is implemented for both byte vectors
and strings.

Convert Path::from_vec and ::from_str to one function, Path::new().

Remove all the _str-suffixed mutation methods (push, join, with_*,
set_*) and modify the non-suffixed versions to use BytesContainer.
2013-10-15 22:18:30 -07:00
..
2013-10-01 14:54:10 -04:00
2013-10-01 14:54:10 -04:00
2013-10-01 14:54:10 -04:00
2013-10-01 14:54:10 -04:00
2013-10-01 14:54:10 -04:00
2013-09-30 23:21:20 -07:00