Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/georust/gpx
Rust read/write support for GPS Exchange Format (GPX)
https://github.com/georust/gpx
e6d1c900dde4fe8a8e97ef29546fa02f39a733f9 authored over 6 years ago
Fix import error in readme example code
064c5787def916b8ea57b7bf35ffc74aaaef3690 authored over 6 years ago- Replace import Waypoint with TrackSegment
5129fa5bbce8538ec7429c778dde469046147e81 authored over 6 years agobe03dd71fad271fbd762ad10c9ddbf587e5187f1 authored over 6 years ago
16: Bump geo, xml-rs. r=frewsxcv a=frewsxcv
Co-authored-by: Corey Farwell <[email protected]>
5869643a4c6021882dffca37ee02d4f2ab9b8ecf authored over 6 years ago7bdced2c9ecc49119addbdb1f966ad32096cbf0a authored over 6 years ago
d923f8d5d625fab8421a946da4d0f4c74d778df9 authored over 6 years ago
12: Rework parsing: More strict and (hopefully) cleaner r=frewsxcv a=Lingepumpe
Reworked every ...
78ce583906920ebfd832c5b6a03ae1bc72f3fde1 authored over 6 years ago- Reorder use alphabetically to please cargo fmt
- Remove duplicate use
- Remove unused use
7fc5d7fb6c90ff0e35f372a2a7380030c6e978a9 authored over 6 years ago
14: Add benchmark. r=frewsxcv a=frewsxcv
Try out with `cargo bench` on nightly Rust.
Co-author...
88890251b474b4f59df91a7c8df8f28fd99e5e26 authored over 6 years ago15: Rust rustfmt, update Travis config to reflect rustfmt flag changes. r=frewsxcv a=frewsxcv
`...
5e4374e531e6d92a2326196a7fb70a7f35374a7a authored over 6 years ago`--write-mode=diff` was renamed to `--check`
7a608e83cf811444e4943e7601516a44098a7da3 authored over 6 years agoTry out with `cargo bench` on nightly Rust.
fa0e08127ffc4b6c14e262cc60555181cee37d16 authored over 6 years ago23ffe2f4c19bb3fcbde03de258c63945e7d4b23a authored almost 7 years ago
- Remove left over debugging println in gpx.rs
- Rename OurPoint to GpxPoint, and use a tuple str...
- Do not accept arbitrary amounts of opening email tags, must be exactly
one
- Do not accept an...
- consume now takes an additional parameter specifying the tag name the
string parser is suppos...
- Accept only "bounds" as starting tag, and only "bounds" as closing tag
- Use InvalidChildElemen...
- Do not accept arbitrary amounts of opening person or author tags, we
require exactly one
- Do...
- Do not accept arbitrary amounts of opening link tags, must be exactly
one
- Do not accept any...
- Do not accept arbitrary amounts of opening trkseg tags, we
require exactly one
- Do not accep...
- Do not accept arbitrary amounts of opening trkpt or wpt tags, we
require exactly one and cons...
6b3229691582cac6b59a793fa6b3faf90c4b5bd9 authored almost 7 years ago
- Do not accept arbitrary amounts of opening metadata tags, we require
exactly one at the begin...
- Use custom OwnPoint type encapsulating geo::Point, and implement Default
for this.
- Use OwnP...
- Do not accept arbitrary amounts of opening gpx tags, we require exactly
one at the beginning ...
- Do not accept arbitrary amounts of opening trk tags, we require exactly
one at the beginning ...
a7db7229a7a4d6222c254ce7822173813eea17b6 authored almost 7 years ago
df5025e38e770c0ea579199ec115b4c4c4bd6d1e authored almost 7 years ago
bc6e7bafdcef88ef5d5dae48175f14bb68142288 authored almost 7 years ago
2fd8e8870a10e31bbf71708c50a90ec19abd22bd authored almost 7 years ago
PR: https://github.com/georust/rust-gpx/pull/10
f19d523be6ac96a73ae1367231080dadf698ef83 authored almost 7 years ago
The 0.3.0 release contains added support for GPX 1.0, "bounds" support
for tracks, and improved ...
Issue: https://github.com/georust/rust-gpx/issues/5
PR: https://github.com/georust/rust-gpx/pull/6
This commit enables support for GPX 1.0 format. It introduces a
"Context" wrapper for version-sp...
PR: https://github.com/georust/rust-gpx/pull/6
6e07049401fbc99de0220fa796a4f5e94ab6282a authored almost 7 years ago
This makes the error much more useful. Including the actual name of
a tag that caused problem ma...
The 0.2.0 release contains new changes that add GPX waypoint accuracy
information and `Clone` fo...
PR: https://github.com/georust/rust-gpx/pull/3
74d5132162f206886454365c5ecfa3facffa21ce authored about 7 years agoPR: https://github.com/georust/rust-gpx/pull/2
13ca700b8c70837f2656e0e6fbf4c03650f0ac23 authored about 7 years ago
This commit is the first real release of rust-gpx. It includes basic
read support for a lot of G...
The 'extern crate' statements were unnecessary and generated warnings
during the build process. ...
This commit fixes the metadata element from swallowing the attributes of
lower child elements, s...
41fc2efe4f035a0f8384808d0ae5acee9d9896fd authored about 7 years ago
This adds waypoint parsing to the gpx top level element, and it doesn't
just throw away the attr...
926066a5a4aad33de418d13a78b937176df14da4 authored about 7 years ago
53133197950df8aa87158083358eb0be3178c3d5 authored about 7 years ago
39b1801d888bd66146af9884f412c475895a344f authored about 7 years ago
54ab999c36b5e728ebe1fa0549fa6c4b5d29988e authored about 7 years ago
Annoyingly this is a part of the spec so we need to have it.
cdae9fe4329469a1b20934536e094047434ee638 authored about 7 years ago
This new and improved way of looping makes it so that you don't lose the
original attributes and...
8dee9e7a22211500a1828d70ec3efdc573f83fea authored over 7 years ago
23a9e4571ec9fbb586abb896f97a87d1f087f83c authored over 7 years ago
7d8c31c5d325d3992cd98adc1cb6169d6181cc9a authored over 7 years ago
10828caf60dc511ae327ae944fdc20d7ded93ee7 authored over 7 years ago
Also, I thought it was rust version 1.2.0, not 1.20.0. Big difference!
Changes Travis version to...
This commit contains the first implementation of rust-gpx. It's a rough
implementation, but it d...
72bf48996ea8bb117b7357fe2a45e9a092f74001 authored about 10 years ago
2dd3d09001de75088e1f73e1c7669e42067a4b8a authored about 10 years ago