6 releases (breaking)
0.5.0 | Sep 18, 2020 |
---|---|
0.4.0 | May 20, 2020 |
0.3.0 | Apr 10, 2020 |
0.2.0 | Jan 31, 2020 |
0.0.0 | Jan 26, 2020 |
#297 in Asynchronous
104 downloads per month
Used in warpgrapher
270KB
6.5K
SLoC
bolt-rs
Overview
This project aims to provide a comprehensive set of libraries that allow for interaction with graph database servers that support the Bolt protocol, namely, Neo4j. This set of libraries allows interacting with servers supporting versions 1 through 4.1 of the protocol, which includes Neo4j 3.1 through 4.1.
bolt-proto
Contains the traits and primitives used in the protocol. The Message
and Value
enums are of
particular importance, and are the primary units of information sent and consumed by Bolt
clients/servers.
bolt-client
Contains a runtime-agnostic asynchronous client for Bolt-compatible servers, as well as an optional
tokio-based Stream
type that supports both insecure and secure TCP streams backed by
rustls.
bb8-bolt
A bolt-client adapter crate for the bb8 connection pool.
bolt-proto-derive
Procedural macros used in bolt-proto to derive serialization-related traits.
bolt-client-macros
Procedural macros used in bolt-client for client version requirements and smarter tests.
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/lucis-fluxum/bolt-rs.
License
These crates are available as open source under the terms of the MIT License, with portions of the documentation licensed under the Creative Commons Attribution-ShareAlike 3.0 License.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in
bolt-rs
by you shall be licensed as MIT, without any additional terms or conditions.
Dependencies
~13MB
~293K SLoC