convert_file 0.1.0

A simple tool for converting files to other formats
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 22.36 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 345.24 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 39s Average build duration of successful builds.
  • all releases: 39s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • izwk/convert_file
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • izwk

convert_file

Just another utility for converting files written in Rust.

Why does this exist exactly?

Got super bored. Created this out of boredom.

Also this actually converts files rather than just rename the file extension, which is what most casual users do when it comes to converting from png to jpg. Little do they know that changing the file extension doesn't change the file format. lol...

What features does this "utility" currently support?

Supports image conversions currently. Will add support for more types of file conversions soon.

How to use?

Examples of how to use:

$ convert_file img test.jpg test.png
$ convert_file img test.png test.jpg