aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ebml.rs
Commit message (Collapse)AuthorAgeFilesLines
* rustc: Use the crate index to look up defsPatrick Walton2011-03-311-0/+21
|
* rustc: Look up names in "use"d cratesPatrick Walton2011-03-251-6/+9
|
* Start making the standard-lib utf-8 awareMarijn Haverbeke2011-03-251-4/+4
| | | | | | Finally implements _str.is_utf8, adds from_chars, from_char, to_chars, char_at, char_len, (push|pop|shift|unshift)_char. Also, proper character I/O for streams.
* stdlib: Add EBML writing functionalityPatrick Walton2011-03-221-2/+67
|
* lib: Add an EBML reader modulePatrick Walton2011-03-221-0/+109