fat_type 0.2.0

A type which permits thin references to arrays and dynamic types.
Documentation
#
# Copyright (C) 2020 Nathan Sharp.
#
# This Source Code Form is subject to the terms of the Mozilla Public License,
# v. 2.0. If a copy of the MPL was not distributed with this file, You can
# obtain one at https://mozilla.org/MPL/2.0/
#
# This Source Code Form is "Incompatible With Secondary Licenses", as defined
# by the Mozilla Public License, v. 2.0.
#

unstable_features = true
edition = "2018"
version = "Two"

combine_control_expr = false
format_code_in_doc_comments = true
format_macro_matchers = true
imports_layout = "HorizontalVertical"
license_template_path = "LICENSE.template"
match_arm_blocks = false
newline_style = "Unix"
normalize_doc_attributes = true
overflow_delimited_expr = true
use_small_heuristics = "Max"
use_field_init_shorthand = true
use_try_shorthand = true
where_single_line = true
wrap_comments = true