Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decontaminate library from clap and anyhow deps | Philipp Gesang | 2021-11-15 | 1 | -8/+13 |
| | |||||
* | lib: split out library | Philipp Gesang | 2021-11-15 | 1 | -0/+4 |
| | | | | | | | Not really a satisfactorily clean split as of yet but it’s a start. Error types have been changed from anyhow to io::Error in ``lib.rs`` so as to not force an error handling crate on downstream users. | ||||
* | avoid hard coding builtin names | Philipp Gesang | 2021-11-11 | 1 | -1/+1 |
| | |||||
* | add toggle subcommand | Philipp Gesang | 2021-11-10 | 1 | -1/+1 |
| | |||||
* | bump version | Philipp Gesang | 2021-11-10 | 1 | -1/+1 |
| | |||||
* | rework error handling | Philipp Gesang | 2021-11-10 | 1 | -0/+1 |
| | | | | anyhow!() ftw. | ||||
* | switch from lazy_static to atomics | Philipp Gesang | 2021-11-10 | 1 | -1/+0 |
| | | | | Yeah const fn! | ||||
* | switch from getopts to clap | Philipp Gesang | 2021-11-10 | 1 | -1/+1 |
| | | | | | In addition to the glaring lack of ergonomics the getopts crate doesn’t even build anymore. | ||||
* | use lazy_static instead of raw global | Philipp Gesang | 2021-11-10 | 1 | -0/+1 |
| | | | | This crate would have been handy back in the days. | ||||
* | switch edition to 2021 | Philipp Gesang | 2021-11-09 | 1 | -2/+3 |
| | | | | The future is now! | ||||
* | Silence warning for missing path for `vtcol` binary | Andrew Clemons | 2017-10-25 | 1 | -0/+1 |
| | | | | | vtcol.rs should probably be main.rs, but explicitly setting the non-standard path also silences the warning. (src/bin would also work) | ||||
* | *: bump version and yearv0.42.2 | Philipp Gesang | 2017-01-22 | 1 | -1/+1 |
| | |||||
* | Fix building against current rust versions | Andrew Clemons | 2017-01-09 | 1 | -0/+3 |
| | |||||
* | vtcol.rs: reinstate usage message | Philipp Gesang | 2015-05-26 | 1 | -1/+1 |
| | |||||
* | cargo: silence warnings about non-conformant “keywords” array | Philipp Gesang | 2015-05-09 | 1 | -1/+1 |
| | |||||
* | cargo: extend manifest | Philipp Gesang | 2015-05-09 | 1 | -2/+3 |
| | |||||
* | vtcol.rs: add license | Philipp Gesang | 2015-05-03 | 1 | -0/+1 |
| | |||||
* | cargo: extend build definition | Philipp Gesang | 2015-05-03 | 1 | -6/+9 |
| | |||||
* | cargo: include project definition | Philipp Gesang | 2015-05-03 | 1 | -0/+14 |