mirror of
https://git.ngram.ca/OpenJam/rc-servers
synced 2026-08-23 23:08:52 +00:00
6 lines
104 B
Rust
6 lines
104 B
Rust
mod plugin;
|
|
pub use plugin::{ChatProvider, ChatPlugin};
|
|
|
|
mod c_binding;
|
|
pub use c_binding::ChatCPlugin;
|