Skip to content

Commit

Permalink
Add new crates to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Feb 20, 2025
1 parent d75fbb2 commit b6187dc
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ Gel Rust Binding
This workspace is a collection of Rust crates for the Gel database. Individual
docs can currently be found on docs.rs:

* [gel-tokio](https://docs.rs/gel-tokio) -- client using Tokio async runtime,
* [gel-derive](https://docs.rs/gel-derive) -- derive macro for data
structures fetched from the database,
* [gel-protocol](https://docs.rs/gel-protocol) -- low-level definitions for
data model of the Gel protocol.
* [gel-errors](https://docs.rs/gel-protocol) -- low-level definitions for
data model of the Gel protocol.

| Crate | Source | Description |
|-------|--------|-------------|
| [gel-auth](https://docs.rs/gel-auth) | [Source](https://github.com/edgedb/edgedb-rust/tree/main/gel-auth) | Authentication and authorization utilities |
| [gel-derive](https://docs.rs/gel-derive) | [Source](https://github.com/edgedb/edgedb-rust/tree/main/gel-derive) | Derive macro for data structures fetched from the database |
| [gel-errors](https://docs.rs/gel-errors) | [Source](https://github.com/edgedb/edgedb-rust/tree/main/gel-errors) | Error handling utilities |
| [gel-protocol](https://docs.rs/gel-protocol) | [Source](https://github.com/edgedb/edgedb-rust/tree/main/gel-protocol) | Low-level definitions for data model of the Gel protocol |
| [gel-stream](https://docs.rs/gel-stream) | [Source](https://github.com/edgedb/edgedb-rust/tree/main/gel-stream) | Library for streaming TLS/plaintext data between clients and servers |
| [gel-tokio](https://docs.rs/gel-tokio) | [Source](https://github.com/edgedb/edgedb-rust/tree/main/gel-tokio) | Gel/EdgeDB client using Tokio async runtime |

Running Tests
=============

See [justfile](./justfile) for all commands to run the tests.
See [justfile](./justfile) for all commands to run the complete test suite.

License
=======
Expand Down

0 comments on commit b6187dc

Please sign in to comment.