firefly-rust 0.9.1

Rust SDK for making Firefly Zero games
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
newline_style = "Unix"
use_field_init_shorthand = true
force_explicit_abi = true

## Uncomment when stabilized:
# group_imports = "One"
# hex_literal_case = "Lower"
# imports_granularity = "Module"
# normalize_comments = true
# normalize_doc_attributes = true
# reorder_impl_items = true
# struct_field_align_threshold = 20