const_cge 0.2.1

Neural network compiler with a focus on no_std targets
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
unstable_features = true
edition = "2021"
indent_style = "Visual"
reorder_imports = true
tab_spaces = 2
imports_granularity = "Crate"
brace_style = "PreferSameLine"
use_field_init_shorthand = true
normalize_comments = true
reorder_impl_items = true
space_after_colon = true
struct_field_align_threshold = 25
struct_lit_single_line = true
fn_single_line = true