v0.3.0 with updated README ready for crates.io

This commit is contained in:
Breval Ferrari 2025-04-19 11:50:46 -04:00
parent 4ab4d33e0c
commit eae2bd3d48
Signed by: breval
GPG key ID: A2EEBF62257FF960
2 changed files with 10 additions and 3 deletions

View file

@ -1,5 +1,12 @@
# BENT
> Get bent! Databending made easy.
This crate aims to provide a simple GUI to bend any file to another format without dealing with headers.
Codecs and processors would come as features and be chosen in the settings to recompile the binary.
This project aims to provide a simple GUI to bend any file to another format without dealing with headers.
Codecs and processors would come as features and be chosen in the settings to recompile the binary.
There are three crates in this project :
- bingus, the core library
- bong, the CLI binary
- bent, the GUI

View file

@ -1,6 +1,6 @@
[package]
name = "bingus"
version = "0.2.0"
version = "0.3.0"
edition.workspace = true
license.workspace = true
description.workspace = true