[package] name = "truncate" version = "0.1.0" edition = "2021" authors = ["Tristan "] license = "Unlicense" repository = "https://gitlab.com/adapt/rust-truncate" description = "Possibly truncating conversions between types." keywords = ["conversion", "integer", "truncate", "lossy"] exclude = [ ".gitignore", ] [dependencies]