auto-check-rs

Crates.ioauto-check-rs
lib.rsauto-check-rs
version0.3.3
sourcesrc
created_at2018-11-08 22:14:59.647165
updated_at2021-08-26 17:11:57.58573
description(deprecated) automatically build, check and test code when it changes
homepage
repositoryhttps://github.com/BearOve/auto-check-rs
max_upload_size
id95587
size38,209
(BearOve)

documentation

README

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.

Commit count: 16

cargo fmt