nom 5.1.3

A byte-oriented, zero-copy, parser combinators library
Documentation
1
2
3
4
5
6
7
extern crate version_check;

fn main() {
  if version_check::is_min_version("1.28.0").unwrap_or(true) {
    println!("cargo:rustc-cfg=stable_i128");
  }
}