narust-158 0.3.1

A Rust reimplementation of OpenNARS 1.5.8
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 参考:https://rust-coding-guidelines.github.io/rust-coding-guidelines-zh/overview.html



imports_granularity="Crate"

group_imports="StdExternalCrate"

reorder_imports=true



format_macro_matchers = true

condense_wildcard_suffixes = true



blank_lines_lower_bound = 1

blank_lines_upper_bound = 1