Feeble attempts to recreate FiSH for irssi in Rust.
Go to file
Pedro de Oliveira e843c65e17
Turn project into a Rust library.
Create two methods to called from a C program.
Use cbindgen to generate Header file.
Add a basic rfish.c for testing.
Added Basic Makefile.
2023-08-12 16:41:54 +01:00
src Turn project into a Rust library. 2023-08-12 16:41:54 +01:00
.gitignore Turn project into a Rust library. 2023-08-12 16:41:54 +01:00
Cargo.lock Turn project into a Rust library. 2023-08-12 16:41:54 +01:00
Cargo.toml Turn project into a Rust library. 2023-08-12 16:41:54 +01:00
Makefile Turn project into a Rust library. 2023-08-12 16:41:54 +01:00
build.rs Turn project into a Rust library. 2023-08-12 16:41:54 +01:00
rfish.c Turn project into a Rust library. 2023-08-12 16:41:54 +01:00