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: no rules expected the token `invalid`
 --> tests/compile/macros/incorrect_args.rs:4:32
  |
4 |     edgedb_query!(example_module, invalid);
  |                                   ^^^^^^^ no rules expected this token in macro call
  |
note: while trying to match meta-variable `$query:literal`
 --> src/lib.rs
  |
  |     ($module:ident, $query:literal) => {
  |                     ^^^^^^^^^^^^^^