Skip to content

ahf/irssi-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Irssi Rust Interface Build Status

A Rust crate for writing modules for the Irssi IRC client.

Compiling the example module

To download and build the example hello world module:

$ git clone https://github.com/ahf/irssi-rust.git
$ cd irssi-rust
$ cargo build --example hello_world

Copy the generated libhello_world.so to ~/.irssi/modules/:

$ cp ./target/debug/examples/libhello_world.so ~/.irssi/modules/

You should now be able to start your Irssi and run /LOAD hello_world.

Authors

About

Rust crate for writing modules for the Irssi IRC client

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages