bullet-ws-interface 0.1.2

WebSocket message types for the Bullet trading API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Requires nightly rustfmt: cargo +nightly fmt --config-path rustfmt.nightly.toml
edition = "2024"
style_edition = "2024"
max_width = 100
use_field_init_shorthand = true
use_small_heuristics = "Max"
newline_style = "Unix"

# Import organization (nightly-only)
group_imports = "StdExternalCrate"
imports_granularity = "Module"

# Doc comment and macro formatting (nightly-only)
format_code_in_doc_comments = true
doc_comment_code_block_width = 100
format_macro_matchers = true
wrap_comments = true
comment_width = 100