Ecosyste.ms: OpenCollective

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

github.com/georust/wkt

Rust read/write support for well-known text (WKT)
https://github.com/georust/wkt

Update parse() result

daab0285aeb7b3b7b89f18277c6cab8b51edb987 authored almost 10 years ago by Corey Farwell <[email protected]>
Bump geo

6375dd7b4507ed479dc6365a472cfac9c7a00c12 authored almost 10 years ago by Corey Farwell <[email protected]>
Utilize new Deref from latest rust

c225097745fbe6635f336397f935aa000374bda1 authored almost 10 years ago by Corey Farwell <[email protected]>
Stop using Rust-CI to build docs

It was pretty unreliable

f317022efb36148489c0533049deac84d8d65de9 authored almost 10 years ago by Corey Farwell <[email protected]>
Bump version to 0.0.3

0691798aea474648904be6f24981b8bcb25f8b1c authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #21 from georust/towkt

Add ToWkt trait, implement it for geo::Geometry

ed97f404b6a3aabff2a7a8ef3b47a31ae2d9d39d authored almost 10 years ago by Corey Farwell <[email protected]>
Add ToWkt trait, implement it for geo::Geometry

Fixes #20

This is pretty messy and there is definitely room to make this cleaner
in the future....

49b289cd02e911f23a23b84e3e69101cc50808fa authored almost 10 years ago by Corey Farwell <[email protected]>
Use cargo doc command instead of rustdoc

bf1f4e2e905daff0eb029c515e0dd48c219cac7c authored almost 10 years ago by Corey Farwell <[email protected]>
Change pub/private visibility of things

555a692be389d3f1cae7399a83410ae99c4c6713 authored almost 10 years ago by Corey Farwell <[email protected]>
Update Show -> Debug

558ad5094c5916924ac771c13a528b860d79eca0 authored almost 10 years ago by Corey Farwell <[email protected]>
Add link to documentation

3775de89dab76d55f9625ff8cd056812cee4c2d0 authored almost 10 years ago by Corey Farwell <[email protected]>
Attempt to build docs via rust-ci

3742c7677b6af577a12eeff169058aabf65e8674 authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #19 from georust/pub

Publicize all geometry structs

4d565352338b794aae4d39bc7b7e4564b3c3ed6c authored almost 10 years ago by Corey Farwell <[email protected]>
Publicize all geometry structs

aabb3045808d50d10194b181824ab138b306e64d authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #18 from georust/simplify-structs

Simplify geometry structs

9e382007b1c04481c2317b4a493f1ca02e37e0d2 authored almost 10 years ago by Corey Farwell <[email protected]>
Simplify geometry structs

8ed3e7fb1a523d7037e73edbdb557275893d630a authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #17 from georust/rename-wktitems

Rename WktItem to Geometry

5986b6f83161597c3583fca61af136256425091c authored almost 10 years ago by Corey Farwell <[email protected]>
Rename WktItem to Geometry

990aaf46ee49b5575328bfc53f225eeb721eafc3 authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #16 from georust/test-refactor

Move tests to their appropriate submodule

ff418194b4765f1d04152a560a2795a8b845ff24 authored almost 10 years ago by Corey Farwell <[email protected]>
Move tests to their appropriate submodule

a194c830906c2d0da69b82d3fa34b56abb27ae35 authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #15 from georust/EMPTY

Allow Wkt items to be EMPTY

d478ab6bc5b8a4e5afd5e6db8232b8a5a3c52d73 authored almost 10 years ago by Blake Grotewold <[email protected]>
Allow Wkt items to be EMPTY

7018708956cf0605b2c5ea8c761cc0f2dccd4427 authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #11 from georust/geometry-collection

Implement Geometry Collection

34e709651c2457b2013dd0cd216690eb87182814 authored almost 10 years ago by Blake Grotewold <[email protected]>
Remove unused imports

024136da1a0d9a83806c882672c63d71c19324c6 authored almost 10 years ago by Corey Farwell <[email protected]>
Implement GEOMETRYCOLLECTION

1e703e64e11d61fc4af479636b614b108b5a86f2 authored almost 10 years ago by Corey Farwell <[email protected]>
Utilize new UFCS

8305f33c12fb7d533514aa1624360341db40aab6 authored almost 10 years ago by Corey Farwell <[email protected]>
Bump version

db93def15e61e76a75804befa300a255625d234f authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #10 from georust/multilinestring-multipolygon

Implement MULTILINESTRING, MULTIPOLYGON

1d8297299406588af4ea381fdd8fbdcef60224d3 authored almost 10 years ago by Blake Grotewold <[email protected]>
Implement MULTILINESTRING, MULTIPOLYGON

19ca06093ee879bbd948962cf6d0c6d0a0bcaef3 authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #9 from georust/dry

Reduce repetitive 'comma' implementations

7d71f69c7f8b8f7684d588719cf7796930d69a9d authored almost 10 years ago by Blake Grotewold <[email protected]>
Reduce repetitive 'comma' implementations

So I went a little nuts here, but it makes some of the from_tokens
implementations really concis...

8cc5457229d2abea07302c0cbb630e2a6600fb7e authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #8 from georust/multipoint

Add MultiPoint support

f1d5d972c0e5bc8df53d37f35f06b56406d11b22 authored almost 10 years ago by Blake Grotewold <[email protected]>
Add MultiPoint support

Fixes #2

74061c53fb13b52d7ed43e344fd496cfec616d2c authored almost 10 years ago by Corey Farwell <[email protected]>
Merge pull request #7 from georust/more-tests

Add test for excessive whitespace

183369df08573d99c83634373bf397c9aa867eac authored almost 10 years ago by Corey Farwell <[email protected]>
Add test excessive whitespace

586f5be89818a6fa1bdd91b6f2ea8d918b8f4eff authored almost 10 years ago by Corey Farwell <[email protected]>
Add some more info to Cargo toml

b560a046b4044d12ca24e6005df77c24268f2146 authored almost 10 years ago by Corey Farwell <[email protected]>
Allow unstable warnings for now

1cc86e2f84d37dd278dd1b4f3434c3107daa49dd authored almost 10 years ago by Corey Farwell <[email protected]>
Implement POLYGON

e50bdb81399c362696a9b757f3b4cd0e24127f14 authored about 10 years ago by Corey Farwell <[email protected]>
Associated types have been added to Rust snapshot

03621b979dab1bef00ee922b6dcbadcf04dba7fd authored about 10 years ago by Corey Farwell <[email protected]>
Add LICENSE header for all source files

c8b97192b1cff1d1507ba9438c8f427d7cff52a8 authored about 10 years ago by Corey Farwell <[email protected]>
Add LICENSE file

Fixes #1

66460692eaf9f8f535ff76a27f1f245ca4f2f497 authored about 10 years ago by Corey Farwell <[email protected]>
Remove unused method

0ac7d637aadbf8d8e3315493e84e9a1996f7c8e5 authored about 10 years ago by Corey Farwell <[email protected]>
Create test module

8ab226c5792e25635d528c050b77b95b1f1dc711 authored about 10 years ago by Corey Farwell <[email protected]>
Remove unused import

dab0fb4ab4872df50476335a1bd8ea58450ff688 authored about 10 years ago by Corey Farwell <[email protected]>
Remove unused method

62a90a488811855eaf8a243d651ddddf18a77770 authored about 10 years ago by Corey Farwell <[email protected]>
Create helper function that includes parens

69ce2ef52ea62342d895eaf55f4d2f47f31b1db7 authored about 10 years ago by Corey Farwell <[email protected]>
Create/use FromTokens trait

85ae957307e453474e6ba385fc53b3062cc3821f authored about 10 years ago by Corey Farwell <[email protected]>
Enable associated types

b3e479bc6d1fe5ac7c60564fa1b898529787d0b1 authored about 10 years ago by Corey Farwell <[email protected]>
Upgrade to latest Rust

42d9438266cd93dc89228f34353e699054ed2a77 authored about 10 years ago by Corey Farwell <[email protected]>
Simplify tokenizer char popping

571e20dc7ee3f7ad24eb3c982141074e7e9f5ecd authored about 10 years ago by Corey Farwell <[email protected]>
Refactor tokenizer creation

a40d5cd784040504a59e40485bb3f717fdafdb93 authored about 10 years ago by Corey Farwell <[email protected]>
Simplify pop char logic

a470e66a8d4f7247d2a81a0fad17740428b0aa53 authored about 10 years ago by Corey Farwell <[email protected]>
Simplify String pop logic

a2c050ba2962ac93dbdda0c3ec893f99ab4bf845 authored about 10 years ago by Corey Farwell <[email protected]>
Tokenizer struct rename/refactor

04e31f88a83966cb9a5c70c2b8dd56ffa8e209ed authored about 10 years ago by Corey Farwell <[email protected]>
Refactor: less indenting

46f1d09579dcae13cc4de90d7caa0c26ddbf87e5 authored about 10 years ago by Corey Farwell <[email protected]>
Finish implementing LINESTRING

aa0c35bef3e226e683b3e1183036206e649a68ac authored about 10 years ago by Corey Farwell <[email protected]>
Take advantage of variable shadowing

358e12cef2cd195f91fdf8b6821bd23cb279f6ae authored about 10 years ago by Corey Farwell <[email protected]>
Handle outer parenthesis in parent call, DRY

18ee64e179fe5304fb32e995fa34f79ec3fb305a authored about 10 years ago by Corey Farwell <[email protected]>
Minor refactoring

3683e25c032ac77caa6cd1d71005c1c1377d8e05 authored about 10 years ago by Corey Farwell <[email protected]>
Create LineString struct

3369a82e85a9b765b80c14ab59cbb946fe59c5e4 authored about 10 years ago by Corey Farwell <[email protected]>
Stop using deprecated method

fe40fcc0c1d30fb0031166eb6bd2b5694f185860 authored about 10 years ago by Corey Farwell <[email protected]>
Make tokenizer peekable

206d4446b5a2fb2c3dbca13f63cbe149b95cefd6 authored about 10 years ago by Corey Farwell <[email protected]>
Remove unnecessary mut

1462ef1301032a5a2511338d54cb2d73458142e3 authored about 10 years ago by Corey Farwell <[email protected]>
Create basic README

61b607129aab84bb5eff1a703a52618a9ec053a8 authored about 10 years ago by Corey Farwell <[email protected]>
Fill in error messages

85d200c13db1c2199a1e5c6e305d95c5e4f2c651 authored about 10 years ago by Corey Farwell <[email protected]>
Create modules for each type

87841a9fcacf594ac58c8ff8fbef19eba6d0df99 authored about 10 years ago by Corey Farwell <[email protected]>
Create 'Coord' struct for base of geometries

df554ee3a2b62f3d255d39ae87b8ae2aa7453755 authored about 10 years ago by Corey Farwell <[email protected]>
Add tests for invalid points

6e91904d89889fac84149dac87ad01f937bbd1e2 authored about 10 years ago by Corey Farwell <[email protected]>
Empty string should be valid

9e0a835c5ab043d680157eab8d7971201da44fa6 authored about 10 years ago by Corey Farwell <[email protected]>
Reflect changes to String.remove

56b6d5021d47edcd77e6beede18eda920216566c authored about 10 years ago by Corey Farwell <[email protected]>
Constructors should return Result

950fee036ab0fdf1c4650600311b6273db6186f7 authored about 10 years ago by Corey Farwell <[email protected]>
Change constructor from String -> str

3a0d4cea6c7d6ae78437de0c3352c067499551d1 authored about 10 years ago by Corey Farwell <[email protected]>
Implement POINT interpreting

2dfd0e52c980bc9cba6feaef26d6306f2cc30cb4 authored about 10 years ago by Corey Farwell <[email protected]>
Beginning of Wkt struct

1fdb1121f3d85ce4e7a011bac18e8354b43df2a9 authored about 10 years ago by Corey Farwell <[email protected]>
Ignore leading '+' for numbers

0a66c7eb4a96e82f4b0bc41a0d5489fdd64700aa authored about 10 years ago by Corey Farwell <[email protected]>
Better error handling for number parsing

84820f5936eb918d613912f8a2dfa3c6d197e1d1 authored about 10 years ago by Corey Farwell <[email protected]>
Greatly simplify tests

91b29ed1f089de308cd40e637d2c3618a0f7094e authored about 10 years ago by Corey Farwell <[email protected]>
Add test for empty string

b66ed72ef56ce4a8f0e41aadda39b8a29a07feb3 authored about 10 years ago by Corey Farwell <[email protected]>
Add test for tokenizing WKT POINT

b8e18d492daa1c58cc6870c4efaa83c6f2ad243b authored about 10 years ago by Corey Farwell <[email protected]>
Remove unused commented out function

6ae7d017e9e9758b1bdefb217e9fd7decbb67c54 authored about 10 years ago by Corey Farwell <[email protected]>
Simplify test asserts

b2173078797c719cfcf3fdcb10a4f83684a23eb8 authored about 10 years ago by Corey Farwell <[email protected]>
Stop using deprecated from_str function

b2bd64488837a4ecf411ec321f1bb720c28fe65b authored about 10 years ago by Corey Farwell <[email protected]>
Better number tokenizing, and tests!

1e38eddcf70554636b771be7fcf2c4c8b31a2153 authored about 10 years ago by Corey Farwell <[email protected]>
Expand tests

14839ecfd527102b0b72746ef123dde99117c05b authored about 10 years ago by Corey Farwell <[email protected]>
Add private utility function, DRY

bb965020e20102cfa2e65083e78b93d75f0e08c0 authored about 10 years ago by Corey Farwell <[email protected]>
Create very basic, incomplete tokenizer

66c16898dcea81d934071aebf4c75f6bdab55c52 authored about 10 years ago by Corey Farwell <[email protected]>
Empty cargo project

680987c6a88dae57381baff01775cad4d63fe610 authored about 10 years ago by Corey Farwell <[email protected]>