Panlabel is a Rust library for converting between different annotation formats, and a command-line tool that uses this library.
⚠️ Warning: This library is in active development and breaking changes should be expected between versions. Please pin to specific versions in production.
You can install panlabel
from crates.io using cargo:
cargo install panlabel
If you wish to use the library in your own project, you can add it to your
Cargo.toml
with cargo add panlabel
.
You can use the following commands to get more information about panlabel
:
panlabel -V
orpanlabel --version
: Displays the current version of panlabel.panlabel -h
orpanlabel --help
: Shows the full CLI help, including available commands and options.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project is licensed under the MIT License - see the LICENSE file for details.