Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/georust/geohash
Geohash for Rust
https://github.com/georust/geohash
(chore) bump version
a19bf10279db1b11d0e1860dc456768eae0310d8 authored almost 8 years ago by Ning Sun <[email protected]>
a19bf10279db1b11d0e1860dc456768eae0310d8 authored almost 8 years ago by Ning Sun <[email protected]>
(chore) update travis config
b566d374bd1b8b60dc9b48a50863ddb553c46380 authored almost 8 years ago by Ning Sun <[email protected]>
b566d374bd1b8b60dc9b48a50863ddb553c46380 authored almost 8 years ago by Ning Sun <[email protected]>
Merge pull request #10 from KodrAus/chore/geo-0.3
Update to geo-0.3
f1582f265c0331449b44069297ddea73db61323d authored almost 8 years ago by Ning Sun <[email protected]>
update to geo-0.3
6e67d1baf7ea1275692d33f5042cbad071923c6a authored almost 8 years ago by Ashley Mannix <[email protected]>
6e67d1baf7ea1275692d33f5042cbad071923c6a authored almost 8 years ago by Ashley Mannix <[email protected]>
(chore) remove doc upload from travis script
c237b188062441726f6b28a63e53aaed85560274 authored over 8 years ago by Ning Sun <[email protected]>
c237b188062441726f6b28a63e53aaed85560274 authored over 8 years ago by Ning Sun <[email protected]>
(cargo-release) start next development iteration 0.2.8-pre
63801762bc124f3fc911daa8a9f4d62ca833f4e1 authored over 8 years ago by Ning Sun <[email protected]>
63801762bc124f3fc911daa8a9f4d62ca833f4e1 authored over 8 years ago by Ning Sun <[email protected]>
(cargo-release) version 0.2.7
2f6127499ef2bd31fa360de4e280648a595007f1 authored over 8 years ago by Ning Sun <[email protected]>
2f6127499ef2bd31fa360de4e280648a595007f1 authored over 8 years ago by Ning Sun <[email protected]>
Merge pull request #9 from KodrAus/master
Loosen geo dependency Version
189378a9571c16966a13af8b36bd9a3b62fc7a51 authored over 8 years ago by Ning Sun <[email protected]>
loosen geo dep ver
b7a877e5c0a72ac65ba459ce49daf29fc4b93e74 authored over 8 years ago by Ashley Mannix <[email protected]>
b7a877e5c0a72ac65ba459ce49daf29fc4b93e74 authored over 8 years ago by Ashley Mannix <[email protected]>
(doc) update readme
b5be6046ed4d0adcb49ec17d589a0a8281759ce5 authored almost 9 years ago by Ning Sun <[email protected]>
b5be6046ed4d0adcb49ec17d589a0a8281759ce5 authored almost 9 years ago by Ning Sun <[email protected]>
(cargo-release) start next development cycle 0.2.7-pre
08a6286abbd1df9f941b204e7bcfbbbb4761011b authored almost 9 years ago by Ning Sun <[email protected]>
08a6286abbd1df9f941b204e7bcfbbbb4761011b authored almost 9 years ago by Ning Sun <[email protected]>
(cargo-release) version 0.2.6
33e1a3b106358f2c0f78d2dbcf78795ee41611c8 authored almost 9 years ago by Ning Sun <[email protected]>
33e1a3b106358f2c0f78d2dbcf78795ee41611c8 authored almost 9 years ago by Ning Sun <[email protected]>
(fix) only push when build master with 1.7
37b2306a8842fa45be40821d6c81af84df67b56d authored almost 9 years ago by Ning Sun <[email protected]>
37b2306a8842fa45be40821d6c81af84df67b56d authored almost 9 years ago by Ning Sun <[email protected]>
(test) update travis build
d04445aa60806ebac5265b5e374917be0d038e88 authored almost 9 years ago by Ning Sun <[email protected]>
d04445aa60806ebac5265b5e374917be0d038e88 authored almost 9 years ago by Ning Sun <[email protected]>
(fix) remove wild card version
36466aab3fde574cfb77ab9420c24eea6bc3f972 authored almost 9 years ago by Ning Sun <[email protected]>
36466aab3fde574cfb77ab9420c24eea6bc3f972 authored almost 9 years ago by Ning Sun <[email protected]>
Merge pull request #8 from georust/relicense
Relicense library
428f4ab24b423e31b9337f3e456219baeb1b3230 authored almost 9 years ago by Ning Sun <[email protected]>
Bump version: 0.2.4 -> 0.2.5
a6b102fdfb9ba12170fd9f3df8809f6bd083fd64 authored almost 9 years ago by Corey Farwell <[email protected]>
a6b102fdfb9ba12170fd9f3df8809f6bd083fd64 authored almost 9 years ago by Corey Farwell <[email protected]>
update license to MIT/Apache-2.0
2840e9aac3c7707ed3b637e7570803d9d54d0a9d authored almost 9 years ago by Corey Farwell <[email protected]>
2840e9aac3c7707ed3b637e7570803d9d54d0a9d authored almost 9 years ago by Corey Farwell <[email protected]>
(chore) cleanup Cargo.toml and release new version
0f07189cebfead7712781ce210ff25e9ea526f77 authored almost 9 years ago by Ning Sun <[email protected]>
0f07189cebfead7712781ce210ff25e9ea526f77 authored almost 9 years ago by Ning Sun <[email protected]>
Merge pull request #4 from georust/chore/multi-channel
(chore) update travis config to build on multi channels
12c03933d4f5832a04ca80fdff21fbfe97598983 authored over 9 years ago by Ning Sun <[email protected]>
Merge pull request #5 from georust/frewsxcv-patch-1
Replace crate level compiler plugin with local plugin
01c3ee79d187dc706670f1f3a5c629081231d95c authored over 9 years ago by Ning Sun <[email protected]>
Replace crate level compiler plugin with local plugin
As far as I know, `#![..]` is used to apply a compiler plugin to the crate as a whole. Using `#[...
3b56e5e36a511791ced8ea2fd96a604fccea7851 authored over 9 years ago by Corey Farwell <[email protected]>
(chore) update travis config to build on multi channels
2712dd57ce31992d7ae345a2a3ff21f2cd5c9b16 authored over 9 years ago by Ning Sun <[email protected]>
2712dd57ce31992d7ae345a2a3ff21f2cd5c9b16 authored over 9 years ago by Ning Sun <[email protected]>
Merge pull request #3 from georust/auto-docs
Automatically generate docs via rustdoc upon git push
302b3e06c535a8639806b8260bcff64f5429bf83 authored over 9 years ago by Ning Sun <[email protected]>
Automatically generate docs via rustdoc upon git push
6a1f1ef2bb2f9c8ed30fe147b32118d133ec3313 authored over 9 years ago by Corey Farwell <[email protected]>
6a1f1ef2bb2f9c8ed30fe147b32118d133ec3313 authored over 9 years ago by Corey Farwell <[email protected]>
(chore) bump version and release 0.2.3
f708d2bf59b9bddbf1fa1104cf651c37eb41b43b authored over 9 years ago by Ning Sun <[email protected]>
f708d2bf59b9bddbf1fa1104cf651c37eb41b43b authored over 9 years ago by Ning Sun <[email protected]>
(fix) rustup
fb367b29023ee070b2551931ef04adf4c0192405 authored over 9 years ago by Ning Sun <[email protected]>
fb367b29023ee070b2551931ef04adf4c0192405 authored over 9 years ago by Ning Sun <[email protected]>
(chore) publish 0.2.2
0b557baa7960fa270fb2c6fadb8ea179171e34d4 authored almost 10 years ago by Sun Ning <[email protected]>
0b557baa7960fa270fb2c6fadb8ea179171e34d4 authored almost 10 years ago by Sun Ning <[email protected]>
(fix) rustup: us->usize
5852a2dfed2d0e810c4121c9b1b0cf47bda2cdd8 authored almost 10 years ago by Sun Ning <[email protected]>
5852a2dfed2d0e810c4121c9b1b0cf47bda2cdd8 authored almost 10 years ago by Sun Ning <[email protected]>
Merge branch 'master' of github.com:georust/rust-geohash
6d5ac6f2a04e927caad79119cb1f31b1c75fa25c authored almost 10 years ago by Sun Ning <[email protected]>
6d5ac6f2a04e927caad79119cb1f31b1c75fa25c authored almost 10 years ago by Sun Ning <[email protected]>
(fix) rustup: update feature gate.
bfe0e66ce02bce419c56b12b42730d1b540679e1 authored almost 10 years ago by Sun Ning <[email protected]>
bfe0e66ce02bce419c56b12b42730d1b540679e1 authored almost 10 years ago by Sun Ning <[email protected]>
Merge pull request #2 from georust/small-changes
A couple small changes
7d3aeb82f69e459e81e8e163e2a7f56f22a4c7e4 authored almost 10 years ago by Ning Sun <[email protected]>
Use new range x..y sugar
d21413f70bfb2a90119f40de4ef890ee2a878398 authored almost 10 years ago by Corey Farwell <[email protected]>
d21413f70bfb2a90119f40de4ef890ee2a878398 authored almost 10 years ago by Corey Farwell <[email protected]>
Remove unused feature
09b1abd687449436839a7f294013cb47f38f360e authored almost 10 years ago by Corey Farwell <[email protected]>
09b1abd687449436839a7f294013cb47f38f360e authored almost 10 years ago by Corey Farwell <[email protected]>
(doc) update project name
056d9a73f6b309eaad955f9f187f34069818cb70 authored almost 10 years ago by Sun Ning <[email protected]>
056d9a73f6b309eaad955f9f187f34069818cb70 authored almost 10 years ago by Sun Ning <[email protected]>
(chore) publish 0.2.1
6cfe26ba5938007f32aa4793e5a5e9e809342f3b authored almost 10 years ago by Sun Ning <[email protected]>
6cfe26ba5938007f32aa4793e5a5e9e809342f3b authored almost 10 years ago by Sun Ning <[email protected]>
(fix) Fixed #1 for repostiory home
9561ce0b28e3b1baf8587eab67d05da9660ae506 authored almost 10 years ago by Sun Ning <[email protected]>
9561ce0b28e3b1baf8587eab67d05da9660ae506 authored almost 10 years ago by Sun Ning <[email protected]>
(doc) update readme
eb00023ef51a2c6eafc7d695eb220726ddd8d873 authored almost 10 years ago by Sun Ning <[email protected]>
eb00023ef51a2c6eafc7d695eb220726ddd8d873 authored almost 10 years ago by Sun Ning <[email protected]>
(chore) publish 0.2.0
af44a02b1bdab344285b4b40165ef6d23c22f4bb authored almost 10 years ago by Sun Ning <[email protected]>
af44a02b1bdab344285b4b40165ef6d23c22f4bb authored almost 10 years ago by Sun Ning <[email protected]>
(refactoring) using coordinate structure from geo.
6136558633bba0fe74da2c38dac7e44d4402ff4d authored almost 10 years ago by Sun Ning <[email protected]>
6136558633bba0fe74da2c38dac7e44d4402ff4d authored almost 10 years ago by Sun Ning <[email protected]>
(fix) rustup with feature gate
2e9675944593b84869242970e7dfdff26b09549e authored almost 10 years ago by Sun Ning <[email protected]>
2e9675944593b84869242970e7dfdff26b09549e authored almost 10 years ago by Sun Ning <[email protected]>
publish 0.1.2
166220f5efa5964d9a60081cbf3fcff8c7b2deba authored almost 10 years ago by Sun Ning <[email protected]>
166220f5efa5964d9a60081cbf3fcff8c7b2deba authored almost 10 years ago by Sun Ning <[email protected]>
rustup to 1.0 alpha
5dbd3a275ab032f8ee5254253f3f340862ecb2a0 authored almost 10 years ago by Sun Ning <[email protected]>
5dbd3a275ab032f8ee5254253f3f340862ecb2a0 authored almost 10 years ago by Sun Ning <[email protected]>
remove comments that is no longer need here.
580d80f32463bbfda7890031b486d81978330129 authored about 10 years ago by Sun Ning <[email protected]>
580d80f32463bbfda7890031b486d81978330129 authored about 10 years ago by Sun Ning <[email protected]>
update docs for crates.io
24fe2ea9972154dae08359654b4c7064eb860a43 authored about 10 years ago by Sun Ning <[email protected]>
24fe2ea9972154dae08359654b4c7064eb860a43 authored about 10 years ago by Sun Ning <[email protected]>
Replaced "abs" with "FloatMath::abs_sub".
34cdcb96e49b1612eb987baaac706fbda0833fdd authored about 10 years ago by Sun Ning <[email protected]>
34cdcb96e49b1612eb987baaac706fbda0833fdd authored about 10 years ago by Sun Ning <[email protected]>
update project files to support new Cargo and crates.io
3e251bd7bc841c33e052f1889a4fc2f1ce2acd69 authored about 10 years ago by Sun Ning <[email protected]>
3e251bd7bc841c33e052f1889a4fc2f1ce2acd69 authored about 10 years ago by Sun Ning <[email protected]>
update gitignore
b56ca248d9810d2f2958566a4fb2d4833c37fd6c authored over 10 years ago by Sun Ning <[email protected]>
b56ca248d9810d2f2958566a4fb2d4833c37fd6c authored over 10 years ago by Sun Ning <[email protected]>
fixed several deprecated API usage
e23b5606d283307f4571d826240de0af2a0e063a authored over 10 years ago by Sun Ning <[email protected]>
e23b5606d283307f4571d826240de0af2a0e063a authored over 10 years ago by Sun Ning <[email protected]>
Merge branch 'master' of github.com:sunng87/geohash.rs
d8dfe0fe720936ea0b0f1457e829281f9d4812cb authored over 10 years ago by Sun Ning <[email protected]>
d8dfe0fe720936ea0b0f1457e829281f9d4812cb authored over 10 years ago by Sun Ning <[email protected]>
fixed package name
2932ffba96ac928f1234754a759b80fead190d63 authored over 10 years ago by Sun Ning <[email protected]>
2932ffba96ac928f1234754a759b80fead190d63 authored over 10 years ago by Sun Ning <[email protected]>
Update README.md
ea04df7a51e21cb421f048dc2be7c0353b073ba6 authored over 10 years ago by Sun Ning <[email protected]>
ea04df7a51e21cb421f048dc2be7c0353b073ba6 authored over 10 years ago by Sun Ning <[email protected]>
Update README.md
7bf4d1b4dadbdddca386ff9d80c8f729f3c3ebda authored over 10 years ago by Sun Ning <[email protected]>
7bf4d1b4dadbdddca386ff9d80c8f729f3c3ebda authored over 10 years ago by Sun Ning <[email protected]>
Update README.md
95d42441601ee2788ece4ac39911a72c3bb6b96c authored over 10 years ago by Sun Ning <[email protected]>
95d42441601ee2788ece4ac39911a72c3bb6b96c authored over 10 years ago by Sun Ning <[email protected]>
added travis build
97e065755d1e8847fc1ac9500f4af76134e9eb3f authored over 10 years ago by Sun Ning <[email protected]>
97e065755d1e8847fc1ac9500f4af76134e9eb3f authored over 10 years ago by Sun Ning <[email protected]>
added gitignore
8e576a4b3589ad47a17263aea53dc303de2ec48a authored over 10 years ago by Sun Ning <[email protected]>
8e576a4b3589ad47a17263aea53dc303de2ec48a authored over 10 years ago by Sun Ning <[email protected]>
added docs
8c8eee14c06172cc9e1ff8feaed5502783977a01 authored over 10 years ago by Sun Ning <[email protected]>
8c8eee14c06172cc9e1ff8feaed5502783977a01 authored over 10 years ago by Sun Ning <[email protected]>
static array
6c78934fd57ff6e68a2123bc6026bb360847cb96 authored over 10 years ago by Sun Ning <[email protected]>
6c78934fd57ff6e68a2123bc6026bb360847cb96 authored over 10 years ago by Sun Ning <[email protected]>
added README
7dd1f639e691ce30b25ed7af25ef0cc74c36ba72 authored over 10 years ago by Sun Ning <[email protected]>
7dd1f639e691ce30b25ed7af25ef0cc74c36ba72 authored over 10 years ago by Sun Ning <[email protected]>
initial commit
57b93a5433deaba59958778975b8d412b359e1aa authored over 10 years ago by Sun Ning <[email protected]>
57b93a5433deaba59958778975b8d412b359e1aa authored over 10 years ago by Sun Ning <[email protected]>