#bolt #derive

macro bolt-proto-derive

Procedural macros for bolt-proto

8 releases (5 breaking)

0.6.0 Nov 24, 2021
0.5.2 Mar 29, 2021
0.5.1 Sep 18, 2020
0.5.0 May 20, 2020
0.2.0 Dec 25, 2019

#13 in #bolt

Download history 72/week @ 2023-10-19 73/week @ 2023-10-26 58/week @ 2023-11-02 48/week @ 2023-11-09 67/week @ 2023-11-16 89/week @ 2023-11-23 89/week @ 2023-11-30 49/week @ 2023-12-07 83/week @ 2023-12-14 101/week @ 2023-12-21 56/week @ 2023-12-28 59/week @ 2024-01-04 51/week @ 2024-01-11 149/week @ 2024-01-18 81/week @ 2024-01-25 82/week @ 2024-02-01

384 downloads per month
Used in 7 crates (via bolt-proto)

MIT license

5KB
88 lines

bolt-rs

CI

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.4 of the protocol, which includes Neo4j 3.1 through 4.4.

bolt-proto

crates.io Released API docs

Contains the 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

crates.io Released API docs

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

crates.io Released API docs

A bolt-client adapter crate for the bb8 connection pool.

deadpool-bolt

crates.io Released API docs

A bolt-client manager for the deadpool connection pool.

mobc-bolt

crates.io Released API docs

A bolt-client manager for the mobc connection pool.

Contributing

  • Contributions to this project must be submitted under the project's license.
  • Contributors to this project must attest to the Developer Certificate of Origin by including a Signed-off-by statement in all commit messages.
  • All commits must have a valid digital signature.

Dependencies

~1.5MB
~32K SLoC