///|
/// The semantic version of MoonVCDIFF.
pub const VERSION : String = "0.1.0"

///|
/// The binary delta format implemented by this package.
pub const FORMAT_NAME : String = "VCDIFF (RFC 3284)"

///|
/// Returns the stable product name used by the library and command line tool.
pub fn product_name() -> String {
  "MoonVCDIFF"
}