Crates.io | auto-check-rs |
lib.rs | auto-check-rs |
version | 0.3.3 |
source | src |
created_at | 2018-11-08 22:14:59.647165 |
updated_at | 2021-08-26 17:11:57.58573 |
description | (deprecated) automatically build, check and test code when it changes |
homepage | |
repository | https://github.com/BearOve/auto-check-rs |
max_upload_size | |
id | 95587 |
size | 38,209 |
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
This is a simple tool designed to run in a split pane next to the editor to automatically build, check and test the code.
I wrote this for myself to use together with tmux and amp.rs. I mainly made it public for my own convinience.
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.
This project is licensed under either of Apache License, Version 2.0 or MIT license, at your option.
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.