rusted_cypher: Access Neo4j graph database from Rust

Greetings, fellow Rustaceans.

I'd like to announce rusted_cypher, a crate for accessing the Neo4j graph database.

I was working on this project as a way to learn Rust and because there wasn't any crate for Neo4j.

Since Neo4j exposes a REST api, it was easy to communicate with it using hyper and serde.

Thank you all and I hope you find it useful.

4 Likes