- Feb 26, 2015
-
-
Matthew Hall authored
-
Matthew Hall authored
-
Matthew Hall authored
-
Matthew Hall authored
-
Matthew Hall authored
Additional file support (zlib/uncompressed, gzip)
-
Kevin Balz authored
-
Kevin Balz authored
-
Kevin Balz authored
Split up decoding and uncompression in differenent functions. Added support for base64/uncompressed.
-
- Feb 25, 2015
-
-
Matthew Hall authored
Updated the example in the README
-
Kevin Balz authored
-
Matthew Hall authored
The new io crate is used in flate so tiled has been updated to use it as well. Thew new io crate gets rid of methods like read_u32_le, so we have to do it ourselves.
-
- Feb 14, 2015
-
-
Matthew Hall authored
-
- Jan 30, 2015
-
-
Matthew Hall authored
-
- Jan 25, 2015
-
-
Matthew Hall authored
-
Matthew Hall authored
-
Matthew Hall authored
-
- Jan 11, 2015
-
-
Matthew Hall authored
Something weird happens with slicing syntax. from_str changed to parse
-
- Jan 08, 2015
-
-
Matthew Hall authored
Closure syntax has changed. from_str is now parse.
-
- Dec 29, 2014
-
-
Matthew Hall authored
-
Matthew Hall authored
xml-rs does not seem to track rust nightly on crates.io. These changes make sure that the master branch of this repo works with rust nightly. Whilst Rust < 1.0 this will continue. The crates.io version of this library will continue on a separate branch
-
- Dec 03, 2014
-
-
Matthew Hall authored
-
- Nov 21, 2014
-
-
Matthew Hall authored
-
Matthew Hall authored
-
- Nov 20, 2014
-
-
Matthew Hall authored
-
- Nov 19, 2014
-
-
Matthew Hall authored
-
- Nov 08, 2014
-
-
Matthew Hall authored
-
Matthew Hall authored
-
Matthew Hall authored
-
Matthew Hall authored
-
- Oct 12, 2014
-
-
Matthew Hall authored
-
- Oct 11, 2014
-
-
Matthew Hall authored
Before this commit parse took an EventReader. Change so that it takes a Buffer
-
Matthew Hall authored
-
Matthew Hall authored
-
Matthew Hall authored
For some reason the rust compiler no longer needs us to give a type hint for the variables in get_attrs. This makes the macro read a lot nicer when used.
-
- Oct 10, 2014
-
-
Matthew Hall authored
-
Matthew Hall authored
-
Matthew Hall authored
-
Matthew Hall authored
Newer versions of rust require slicing to be enabled through a crate attribute to be able to use [] as .as_slice()
-
Matthew Hall authored
-
Matthew Hall authored
-