Adding qsv_dateparser library as a dependency

Run this command in a terminal, in your project's directory:

cargo add qsv-dateparser

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

qsv-dateparser = "0.13.0"

The qsv_dateparser library will be automatically available globally. Read the qsv_dateparser library documentation.

Back to the crate overview.