rivescript-core 0.2.0

Core data types and traits for RiveScript.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rivescript-core"
version = "0.2.0"
edition = "2024"
readme = "README.md"
license = "MIT"
description = "Core data types and traits for RiveScript."
homepage = "https://www.rivescript.com"
repository = "https://github.com/aichaos/rivescript-rs"

[lib]
name = "rivescript_core"
path = "src/lib.rs"

[dependencies]