[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70685] [PATCH 00/30] Add rust-osm-io.
From: |
Wilko Meyer |
Subject: |
[bug#70685] [PATCH 00/30] Add rust-osm-io. |
Date: |
Wed, 1 May 2024 00:25:11 +0200 |
Hi Guix,
I'm currently toying around with Open Street Maps libraries and tooling, and
in the light of these efforts started to package some of those. I found this
rust library to work with OSMs pbf format[0] and updated/added a few crates as
dependencies along the way.
[0]: https://wiki.openstreetmap.org/wiki/PBF_Format
Wilko Meyer (30):
gnu: rust-anyhow-1: Update to 1.0.82.
gnu: Add rust-benchmark-rs-0.1.
gnu: Add rust-binary-layout-2.
gnu: Add rust-bitstring-0.1.
gnu: rust-bytes-1: Update to 1.6.0.
gnu: rust-chrono-0.4: Update to 0.4.38.
gnu: Add rust-cidr-0.2.
gnu: Add rust-command-executor-0.1.
gnu: Add rust-escape-string-0.1.
gnu: Add rust-eui48-1.
gnu: rust-log-0.4: Update to 0.4.21.
gnu: rust-postgres-0.19: Update to 0.19.7.
gnu: rust-postgres-derive-0.4: Update to 0.4.5.
gnu: rust-postgres-protocol-0.6: Update to 0.6.6.
gnu: rust-postgres-types-0.2: Update to 0.2.6.
gnu: rust-prost-0.12: Update to 0.12.4.
gnu: rust-prost-derive-0.12: Update to 0.12.4.
gnu: rust-regex-1: Update to 1.10.4.
gnu: rust-regex-automata-0.4: Update to 0.4.6.
gnu: Add rust-rlimit-0.10.
gnu: Add rust-statrs-0.16.
gnu: Add rust-text-file-sort-0.1.
gnu: rust-tokio-postgres-0.7: Update to 0.7.10.
gnu: Add rust-transient-btree-index-0.5.
gnu: rust-uuid-1: Update to 1.8.0.
gnu: rust-uuid-macro-internal-1: Update to 1.8.0.
gnu: rust-value-bag-1: Update to 1.8.1.
gnu: rust-value-bag-serde1-1: Update to 1.8.1.
gnu: rust-value-bag-sval2-1: Update to 1.8.1.
gnu: Add rust-osm-io-0.1.
gnu/packages/crates-io.scm | 353 ++++++++++++++++++++++++++++++++-----
gnu/packages/geo.scm | 47 +++++
2 files changed, 353 insertions(+), 47 deletions(-)
base-commit: 6effb89fc401cf34505aeef1833f10100311e7c7
prerequisite-patch-id: 689bdf5170b3bf27aac818d97108eef8213dad6b
prerequisite-patch-id: e71a0f696cce4e74764f72937bf91dbcf8bb40db
--
2.41.0
- [bug#70685] [PATCH 00/30] Add rust-osm-io.,
Wilko Meyer <=
- [bug#70685] [PATCH 01/30] gnu: rust-anyhow-1: Update to 1.0.82., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 03/30] gnu: Add rust-binary-layout-2., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 02/30] gnu: Add rust-benchmark-rs-0.1., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 05/30] gnu: rust-bytes-1: Update to 1.6.0., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 06/30] gnu: rust-chrono-0.4: Update to 0.4.38., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 07/30] gnu: Add rust-cidr-0.2., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 04/30] gnu: Add rust-bitstring-0.1., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 09/30] gnu: Add rust-escape-string-0.1., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 18/30] gnu: rust-regex-1: Update to 1.10.4., Wilko Meyer, 2024/04/30
- [bug#70685] [PATCH 08/30] gnu: Add rust-command-executor-0.1., Wilko Meyer, 2024/04/30