rivescript 0.3.0

Implementation of a RiveScript chatbot interpreter for Rust.
Documentation
1
2
3
4
// /// Quickly replaces a string using a regular expression.
// pub fn reg_replace(input: &str, pattern: &str, replacement: &str) -> String {
//     input
// }