colorkit 0.1.1

A #[no_std] library to convert and manipulate colors with an easy to use API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
unstable_features = true
newline_style  = "Unix"
imports_layout = "Vertical"

max_width = 105
array_width = 40
group_imports = "StdExternalCrate"
hex_literal_case = "Lower"
imports_granularity = "Item"
format_generated_files = false
struct_lit_single_line = false
match_block_trailing_comma = true
single_line_if_else_max_width = 50
single_line_let_else_max_width = 50

enum_discrim_align_threshold = 25
struct_field_align_threshold = 25