speak 0.1.5

A minimal, fast, machine-learning based chatbot
Documentation
1
2
3
4
5
6
7
8
9
# This is the formatting for the output of the program. Using the rust-analyzer extension.
# Please, before submitting any pull request format the output of the program with the rust-analyzer formatter 'rustfmt'

hard_tabs = true
# We need to enable unstable_features in 
unstable_features = true
wrap_comments = true
array_width = 80
comment_width = 80