#deprecated #automatic #check #test #build #directory

app auto-check-rs

(deprecated) automatically build, check and test code when it changes

8 releases

0.3.3 Aug 26, 2021
0.3.2 Jan 10, 2020
0.3.1 Feb 10, 2019
0.3.0 Nov 10, 2018
0.1.1 Nov 8, 2018

#174 in #deprecated

36 downloads per month

MIT/Apache

13KB
231 lines

Deprecated

Instead of using this crate you should switch to cargo watch instead. It does the same thing, but better.

If anyone needs this crate for some better purpose contact me as I don't intend to update it anymore

auto-check-rs

This is a simple tool designed to run in a split pane next to the editor to automatically build, check and test the code.

Purpose

I wrote this for myself to use together with tmux and amp.rs. I mainly made it public for my own convinience.

Known issue with the cargo target directory

When used with a rust crate the reccomended approach is to run it using a target directory outside of the crate. The way I do it is to run it using CARGO_TARGET_DIR="$HOME/.cache/rust/my-crate/target" auto-check-rs -vv .. The reason for this is issues with inotify when a lot of files are being ignored. This may be fixable in this crate, but I haven't had the time to debug it and use a target directory outside as a work-around instead.

License

This project is licensed under either of Apache License, Version 2.0 or MIT license, at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache 2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~5–16MB
~176K SLoC