Docs.rs
edgedb_codegen-0.2.1
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
edgedb_codegen 0.2.1
Generate fully typed rust code from your EdgeDB schema and inline queries.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
absolute_file.rs
absolute_file.stderr
extra_args.rs
extra_args.stderr
incorrect_args.rs
incorrect_args.stderr
input_tuple.rs
input_tuple.stderr
invalid_query.rs
invalid_query.stderr
invalid_query_file.rs
invalid_query_file.stderr
missing_file.rs
missing_file.stderr
no_args.rs
no_args.stderr
1
2
3
4
5
use
edgedb_codegen
::
edgedb_query
;
fn
main
(
)
{
edgedb_query!
(
invalid
)
;
}