Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 346 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 346 Bytes

blih-rs

Epitech Blih, but in Rust.

Feel free to make an issue if you encounter problem.

Usage

Same as the official blih cli.

Dev Usage

The repo contain both a lib crate and a bin crate. The bin is juste a cli wrapper for the lib, it is quite simple. All the code is the blih_rs folder.

[dependencies]
blih_rs = "0.0.5"