warframe 8.0.0

An async crate to wrap Warframe's Worldstate API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Use nightly fmt

# in VSCode (settings.json):
# "rust-analyzer.rustfmt.extraArgs": [
#     "+nightly"
# ],
# and have nightly installed, of course

comment_width = 100
format_code_in_doc_comments = true
imports_granularity = "Crate"
imports_layout = "Vertical"
wrap_comments = true
group_imports = "StdExternalCrate"
use_field_init_shorthand = true
format_macro_bodies = true
format_macro_matchers = true
# struct_field_align_threshold = 20