[go: up one dir, main page]

Skip to content

Releases: YaxinCheng/arsc

More options to parse/write & integrated tests

18 Apr 21:13
Compare
Choose a tag to compare
  • Add option to parse from a seek-able reader (parse_from<R: Read + Seek>(R) -> Result<Arsc>)
  • Add option to write to a writable output (write_to<W: Write>(&Arsc, &mut W) -> Result<usize>)
  • Add integrated tests with sample arsc files

Style support and modularization

12 Apr 21:49
Compare
Choose a tag to compare
  • Correctly support String pool styles
  • Better modularized parsing with TryFroms
  • Eliminated i32 from read_util and write_util