Skip to content

Commit

Permalink
generate README.md with cargo readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gwen-lg committed Jul 12, 2024
1 parent 13fdc7c commit 6b82500
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# subtile
## Current version: 0.1.8

![Maintenance](https://img.shields.io/badge/maintenance-activly--developed-brightgreen.svg)
[![crates.io](https://img.shields.io/crates/v/subtile.svg)](https://crates.io/crates/subtile)
[![docs.rs](https://docs.rs/subtile/badge.svg)](https://docs.rs/subtile/)
[![dependency status](https://deps.rs/crate/subtile/0.1.8/status.svg)](https://deps.rs/crate/subtile/0.1.8)

`subtile` is a Rust library which aims to propose a set of operations
for working on subtitles. Example: parsing from and export in different formats,
transform, adjust, correct, ...

## Project
### start
The project started with the fork of [vobsub](https://crates.io/crates/vobsub)
crate which no longer seems to be maintained.
Beyond the simple recovery, I want to take the opportunity to improve the code
and extend the provided features.

### Name
`Subtile` is a french word than fit well as contraction of Subtitles Utils.

### Contributing

Your feedback and contributions are welcome! Please see
[Subtile](https://github.com/gwen-lg/subtile) on GitHub for details.

## License : LGPL-3.0-or-later

0 comments on commit 6b82500

Please sign in to comment.