Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/georust/topojson

TopoJSON bindings and utilities for Rust
https://github.com/georust/topojson

Merge pull request #22 from dabreegster/log_warning

Remove unhelpful warning and dependency on log crate

b9a63622b1a4c253ec9c362181b9a77838fb963e authored about 1 year ago by Laurențiu Nicola <[email protected]>
Remove unhelpful warning and dependency on log crate

d68e1748924b7cc4336520462a413754e3b8abdb authored about 1 year ago by Dustin Carlino <[email protected]>
Merge #24

24: Minor: Clippy - removed needless borrow. r=lnicola a=martinfrances107

Clippy is slowly impr...

10512cc5058e0f8b725d15a81500a42dcbe23d86 authored about 1 year ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Minor: Clippy - removed needless borrow.

cc11f55e0f7b2d2438a1e4b6be27feb8744bc865 authored about 1 year ago by martinfrances107 <[email protected]>
Merge pull request #23 from martinfrances107/geo0p25

Bump upper limit of geojson from 0.24.0 to 0.25.0

75b23dff7f6cfa6efb9010ab534b8cb51d2a3284 authored over 1 year ago by Corey Farwell <[email protected]>
Bump upper limit of geojson from 0.24.0 to 0.25.0

ffe2ef67d61b72b9b076a055cb89c71d84dac41c authored over 1 year ago by Martin <[email protected]>
Merge pull request #20 from georust/build/bump-geojson-version

Add support for geojson 0.23.0

aebec58ee1097b7b0f9e9245ed76fda108240fbf authored over 2 years ago by Stephan Hügel <[email protected]>
add support for geojson 0.23.0

19e4b3ead1f67a44a44fea9f0aae58966a32b62e authored over 2 years ago by pjsier <[email protected]>
Merge pull request #19 from yozhgoor/2021-edition

Migrate to the 2021 edition

12fcf23d1f2a1d77d0df25bfd61c3188a9f8aabf authored over 2 years ago by Stephan Hügel <[email protected]>
Version bump

af2ae78fc31a7762263cc1b3ec68b5845bc37261 authored over 2 years ago by Stephan Hügel <[email protected]>
Try to fix CI job name issue

acf5e66aea9a6e4a4598093451f9fe20efa00f96 authored over 2 years ago by Stephan Hügel <[email protected]>
Format and lints

3a3fa3e8aa9c4a35cc23438ea240463dc696caae authored over 2 years ago by yozhgoor <[email protected]>
Migrate to the 2021 edition

da0c6cbf6bbbc0597a144997544398aeb9f8854e authored over 2 years ago by yozhgoor <[email protected]>
Update `edition` in the `Cargo.toml`

5b1ea9521ddf09a3502eed0065712cc39265d6fa authored over 2 years ago by yozhgoor <[email protected]>
Migrate from the 2015 edition to the 2018 edition

710e9fe70cc535f2b1dad4ca17a863035827c75b authored over 2 years ago by yozhgoor <[email protected]>
Maybe now?

9a54831a9a9ca05e4eaa6177bf512f40a8ce62dc authored over 2 years ago by Stephan Hügel <[email protected]>
Try to fix bors

96c7289a75bde91a57ae30266ff40b843fb8bcf6 authored over 2 years ago by Stephan Hügel <[email protected]>
Add bors config

219c9cee102783228aabcc850f3fdb12f723840b authored over 2 years ago by Stephan Hügel <[email protected]>
bump version

1b1cb43a25a0a8824edd1f2dde9cf41ccb470f23 authored almost 4 years ago by pjsier <[email protected]>
add support for geojson 0.22.0

5b33a41cf41cb370f5ba34c0ecd5d67e182f4806 authored almost 4 years ago by pjsier <[email protected]>
bump version

e6e4611a616eb0b34149008763ac65bd3833e4d2 authored almost 4 years ago by pjsier <[email protected]>
Add support for geojson 0.21

1b20d1463af5b59dbef7e1a3c847eb7e86de7bf9 authored almost 4 years ago by pjsier <[email protected]>
Update with rustfmt, clippy and add to CI (#15)

* style: make rustfmt, clippy changes

* ci: add rustfmt, clippy to CI

* ci: add continue-o...

b3fb13b337586f4b9f82b2f9e92eae4b6663f525 authored about 4 years ago by Patrick Sier <[email protected]>
ci: replace Travis with initial GitHub Actions (#13)

b858dabadcaa24f627dbbfdf861375930e1a5a24 authored about 4 years ago by Patrick Sier <[email protected]>
Merge pull request #11 from pjsier/build/update-geojson

Relax geojson version requirements

5ff27b6a6a87b3c41bca469c3a187a586ebfd275 authored about 4 years ago by Patrick Sier <[email protected]>
Bump version number

70b6aef9e325ff40f6f142badd84049e9844e7a3 authored about 4 years ago by pjsier <[email protected]>
Relax geojson version requirements

e0f10740f32e5d15eb758841a00ccbe74518036d authored about 4 years ago by pjsier <[email protected]>
Merge #8

8: Update geojson crate r=mthh a=pjsier

Closes #7. Updates the `geojson` crate and supports `St...

2994c6631b9a59f5a8d228d381ddd37a8a588a26 authored about 5 years ago by bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Bump version number

7e4a37f566ace98796aa97d95447c135562eb251 authored about 5 years ago by Matthieu Viry <[email protected]>
Ignore and warn on invalid feature id type

134dba2463e294adb81cfc78b2c5d81133bffc3b authored about 5 years ago by pjsier <[email protected]>
Update geojson crate

1c252628739f2eefac3a7c93eb14069fe1747723 authored about 5 years ago by pjsier <[email protected]>
Merge #6

6: Substantial rewrite to use serde and to be closer to the specs r=frewsxcv a=mthh

This is a m...

e20a2ee78b7da20d2790be375d443c4603f576f1 authored about 6 years ago by bors[bot] <bors[bot]@users.noreply.github.com>
Non exhaustive pattern for errors

324888fbd958f94779eee2f4d720b565b2ce0c24 authored about 6 years ago by mthh <[email protected]>
Take slice instead of vec + better ring cloning

3bc8a1ecd6c62e4077dd557a7b10df73ff234d58 authored about 6 years ago by mthh <[email protected]>
typo in ArcIndexes doc

e4dbe0c5664af914aa8ed22439228c4d5b7b11a1 authored about 6 years ago by mthh <[email protected]>
Retablish foreign_members on topology + warn for possible improvements in serialization

d997b407824838fd098191421cf59e9a45f48e18 authored about 6 years ago by mthh <[email protected]>
Substantial rewrite to use serde and to be closer to the specs

497145eec0dbe60810fa19efed0edb86b69bd682 authored about 6 years ago by mthh <[email protected]>
Add CoC from georust/geo.

57fa7e2fca244fc5ad13e19cba3e4e755577e393 authored over 6 years ago by Corey Farwell <[email protected]>
Update repo URL/links to reflect change.

a966e56c24e55fdfa0404bf655c05da92b215125 authored over 6 years ago by Corey Farwell <[email protected]>
Merge pull request #4 from tredoe/patch-1

Update error.rs

50366091342dcdb869113d546f68a10083af2616 authored about 8 years ago by Corey Farwell <[email protected]>
Update error.rs

50ef7c6f67d8e2bac21762f33d23fdedad131005 authored about 8 years ago by Jonas mg <[email protected]>
convert GeoJsonError to TopoJsonError

6a6194919cec97674031bfa5741794c70c154359 authored almost 10 years ago by Alex Morega <[email protected]>
move error definitions to errors.rs

5cad22fcdd7a6ce6b9fa6423f0a0990d46e15bce authored almost 10 years ago by Alex Morega <[email protected]>
README file

a15493549de0a8dcd129c433a9f4a618bab5236d authored almost 10 years ago by Alex Morega <[email protected]>
travis configuration

6ae28221cc63494c1f2c0ee225933bea64fef3dc authored almost 10 years ago by Alex Morega <[email protected]>
parse quantized topology

fcb0c097051b24b36c5a844eae3d0c0534f6d648 authored almost 10 years ago by Alex Morega <[email protected]>
extract map_arc helper

ce394cbcd094937f219a3898966f2f10095ca07d authored almost 10 years ago by Alex Morega <[email protected]>
don't use Pos

9ace9375fc564d505cc872c66ddf86939a346c9e authored almost 10 years ago by Alex Morega <[email protected]>
Merge pull request #1 from georust/cargo-repo

Change repo URL

40dd526714e28cb8b05c69a336bffbd02d8f5c2b authored almost 10 years ago by Alex Morega <[email protected]>
Change repo URL

7f9913abb6d43fd3a2c6f9e186484070c357bf5f authored almost 10 years ago by Blake Grotewold <[email protected]>
parse simple topojson example from the spec

f63e956c08704024aadf00438311cdcf8614695c authored almost 10 years ago by Alex Morega <[email protected]>