Skip to content

strickvl/panlabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Panlabel

Crates.io Version GitHub License GitHub Repo stars Crates.io Total Downloads Crates.io Size

The universal annotation converter

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.

Installation

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.

Usage

You can use the following commands to get more information about panlabel:

  • panlabel -V or panlabel --version: Displays the current version of panlabel.
  • panlabel -h or panlabel --help: Shows the full CLI help, including available commands and options.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License - see the LICENSE file for details.