convex-typegen 0.3.0

Type safe bindings for ConvexDB in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
max_width = 125
newline_style = "Unix"
use_field_init_shorthand = true
use_try_shorthand = true

# Unstable features below
brace_style = "AlwaysNextLine"
comment_width = 100
format_code_in_doc_comments = true
format_macro_bodies = true
format_macro_matchers = true
format_strings = true
imports_granularity = "Module"
group_imports = "StdExternalCrate"

# Generated by convex-typegen in example `build.rs`; do not enforce hand-formatting rules.
ignore = ["examples/*/src/convex_types.rs"]