Open Source Contributions

RethinkDB Driver

This is a RethinkDB driver written in Rust.

https://github.com/rust-rethinkdb/reql

 

Robust domain name parsing and RFC compliant email address validation

This library uses Mozilla’s Public Suffix List to reliably parse domain names and email addresses in Rust.

https://github.com/rushmorem/publicsuffix

 

Go IPGen Library

IPGen is a library for generating unique and reproducible IP addresses in Go. The IP addresses generated by this library are highly unique (depending on your subnet prefix), yet if you pass it the same input it will produce the same IP address. You can also generate the IP addresses using our command line tool.

https://github.com/ipgen/go

 

Rust IPGen Library

IPGen is a library for generating unique and reproducible IP addresses in Rust. The IP addresses generated by this library are highly unique (depending on your subnet prefix), yet if you pass it the same input it will produce the same IP address. You can also generate the IP addresses using our command line tool.

https://github.com/ipgen/rust

 

Gremlin Server Client for Go

This library will allow you to connect to any graph database that supports TinkerPop3 using Go. This includes databases like Titan and Neo4J. TinkerPop3 uses Gremlin Server to communicate with clients using either WebSockets or REST API. This library talks to Gremlin Server using WebSockets.

https://github.com/go-gremlin/gremlin

 

derive-error

This crate uses macros 1.1 to derive custom errors.

https://github.com/rushmorem/derive-error

 

A cache manager for the publicsuffix crate

The publicsuffix crate is a low level crate that allows you to optionally use Mozilla’s Public Suffix List to parse domain names and email addresses.

https://github.com/rushmorem/psl