Ecosyste.ms: OpenCollective

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

github.com/georust/wkb

Fast, pure-Rust reader and writer for Well-Known Binary geometries
https://github.com/georust/wkb

Add example with ToGeoGeometry to documentation

kylebarron opened this issue 16 days ago
Add `#[inline]` to all trait accessors?

kylebarron opened this issue 19 days ago
Make `WKBType` private

kylebarron opened this issue 20 days ago
Prepare release 0.8

kylebarron opened this pull request 20 days ago
Read-only support for EWKB

kylebarron opened this pull request 20 days ago
Fix dimension typo

kylebarron opened this pull request 20 days ago
fix readme

kylebarron opened this pull request 20 days ago
Update fmt/clippy for rust 1.83

kylebarron opened this pull request 20 days ago
Update README.md

kylebarron opened this pull request 20 days ago
Ensure correct dimension for writing rects

kylebarron opened this issue 26 days ago
Update docs

kylebarron opened this pull request 26 days ago
Add 2d tests

kylebarron opened this pull request 26 days ago
Add some function inlining

kylebarron opened this pull request 26 days ago
Add benches w/ copy to geo geometry & encoding

kylebarron opened this pull request 26 days ago
Remove 2D assert_eq

kylebarron opened this pull request 26 days ago
Write Rect to WKB

kylebarron opened this pull request 26 days ago
Add support for writing Line and Triangle geometries

kylebarron opened this pull request 26 days ago
Inline trait bound for writer

kylebarron opened this pull request 26 days ago
Store `WKBDimension` in reader structs

kylebarron opened this pull request 26 days ago
Update to geo-traits 0.2

kylebarron opened this pull request 29 days ago
Write all dimensions of coord

kylebarron opened this pull request about 1 month ago
Avoid panic when writing empty polygon

kylebarron opened this pull request about 1 month ago
Add tests

kylebarron opened this issue about 1 month ago
Return f64 geometry

kylebarron opened this pull request about 1 month ago
Add benchmarks for copy to geo-types

kylebarron opened this issue about 2 months ago
Add generic for byte order for reading

kylebarron opened this issue about 2 months ago
attempt generic byteorder

kylebarron opened this pull request about 2 months ago
Simplify endianness handling when writing bytes

kylebarron opened this issue about 2 months ago
Helper around ReadBytesExt to manage dynamic endianness

kylebarron opened this pull request about 2 months ago
Document performance implications around using `WKB` objects directly

kylebarron opened this issue about 2 months ago
Wrapper around ReadBytesExt to handle Endianness enum

kylebarron opened this issue about 2 months ago
Add geometry trait specializations

kylebarron opened this pull request about 2 months ago
Don't implement multi-* traits for single-geometry types

kylebarron opened this pull request about 2 months ago
Ensure use of `unchecked` in trait impl

kylebarron opened this pull request about 2 months ago
Support reading and writing m and zm

kylebarron opened this pull request about 2 months ago
Compile error with writing geometry collections

kylebarron opened this issue about 2 months ago
Fix writing recursive geometry collections

kylebarron opened this pull request about 2 months ago
Fix endianness when writing

kylebarron opened this pull request about 2 months ago
Add benchmark

kylebarron opened this pull request about 2 months ago
Delete unused comments

kylebarron opened this pull request about 2 months ago
Add CI

kylebarron opened this pull request about 2 months ago
Update minimum rust version

kylebarron opened this pull request about 2 months ago
Add mit/apache license texts

kylebarron opened this pull request about 2 months ago
Update license to mit/apache

kylebarron opened this issue about 2 months ago
Use tinyvec?

kylebarron opened this issue about 2 months ago
Support writing big-endian as well

kylebarron opened this pull request about 2 months ago
Shorter names for write APIs

kylebarron opened this pull request about 2 months ago
Cleaner public read API

kylebarron opened this pull request about 2 months ago
Remove `WKB` prefix from struct names

kylebarron opened this pull request about 2 months ago
Initial port from geoarrow

kylebarron opened this pull request about 2 months ago