edgedb_codegen 0.2.1

Generate fully typed rust code from your EdgeDB schema and inline queries.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: unexpected end of macro invocation
 --> tests/compile/macros/no_args.rs:4:2
  |
4 |     edgedb_query!();
  |     ^^^^^^^^^^^^^^^ missing tokens in macro arguments
  |
note: while trying to match meta-variable `$module:ident`
 --> src/lib.rs
  |
  |     ($module:ident, $query:literal) => {
  |      ^^^^^^^^^^^^^