neo4rs 0.8.0

Rust driver for Neo4j
Documentation
crate::cenum!(BoltKind {
    Null,
    String,
    Boolean,
    Map,
    Integer,
    Float,
    List,
    Node,
    Relation,
    UnboundedRelation,
    Point2D,
    Point3D,
    Bytes,
    Path,
    Duration,
    Date,
    Time,
    LocalTime,
    DateTime,
    LocalDateTime,
    DateTimeZoneId,
});