vrp_parser 0.1.1

A library for parsing VRPLib-formatted files.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "vrp_parser"
version = "0.1.1"
edition = "2024"
description = "A library for parsing VRPLib-formatted files."
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/fuitt/vrp_parser"
documentation = "https://docs.rs/vrp_parser"
keywords = ["vrp", "vrplib", "parser", "optimization"]

[dependencies]
thiserror = "2.0"