rfann 0.1.0

A pure Rust implementation of the Fast Artificial Neural Network (FANN) library
Documentation
# Rustfmt configuration
# https://rust-lang.github.io/rustfmt/
# Only using stable features

# Basic formatting options
edition = "2021"
max_width = 100
hard_tabs = false
tab_spaces = 4

# Import formatting
reorder_imports = true

# Misc formatting
newline_style = "Unix"
remove_nested_parens = true
use_small_heuristics = "Default"

# Advanced options
merge_derives = true
use_try_shorthand = true
use_field_init_shorthand = true
force_explicit_abi = true