Download Latest Version 3.4.0 source code.tar.gz (171.6 kB)
Email in envelope

Get an email when there's a new version of Pom

Home / v3.0.0
Name Modified Size InfoDownloads / Week
Parent folder
3.0.0 source code.tar.gz 2018-12-12 165.4 kB
3.0.0 source code.zip 2018-12-12 172.5 kB
README.md 2018-12-12 399 Bytes
Totals: 3 Items   338.3 kB 0
  • 3.0 is based on 1.0 and changed:

    :::rust pub struct Parser<'a, I, O> { method: Box<Fn(&mut Input\<I>) -> Result<O> + 'a>, } to

    :::rust pub struct Parser<'a, I, O> { method: Box<Fn(&'a [I], usize) -> Result<(O, usize)> + 'a>, } This is like 2.0 version, but avoids potential issue such as [#23].

  • Toolchain switched to Rust 2018 stable channel.

Source: README.md, updated 2018-12-12