Skip to content

Commit

Permalink
add badges to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jifalops committed Aug 16, 2023
1 parent de6d6c1 commit 0d74f3c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions lib/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# cypher-dto

[![Crates.io](https://img.shields.io/crates/v/cypher-dto)](https://crates.io/crates/cypher-dto)
[![Github.com](https://github.com/jifalops/cypher-dto/actions/workflows/rust.yml/badge.svg)](https://github.com/jifalops/cypher-dto/actions/workflows/rust.yml)
[![Docs.rs](https://docs.rs/cypher-dto/badge.svg)](https://docs.rs/cypher-dto)
![License](https://img.shields.io/crates/l/cypher-dto.svg)

A collection of traits and macros for working Data Transfer Objects (DTOs) in Neo4j.

```sh
cargo add cypher-dto #--features serde
```


## Examples

Expand Down Expand Up @@ -37,6 +40,7 @@ let mut query = Query::new(format!(
));
query = person.add_values_to_params(query);
```

```rust
#[relation]
struct Knows;
Expand Down

0 comments on commit 0d74f3c

Please sign in to comment.