irc-rust 0.1.1

IRC Helper easing the access and creation of IRC Messages
Documentation
1
2
3
4
5
6
7
8
9
10
.PHONY: coverage build install_coverage_tool

build:
	@cargo build --release

install_coverage_tool:
	@cargo install cargo-tarpaulin

coverage: install_coverage_tool
	@cargo tarpaulin -v