File: README.md

package info (click to toggle)
rust-subtile 0.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 632 kB
  • sloc: makefile: 2; sh: 1
file content (28 lines) | stat: -rw-r--r-- 1,116 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# subtile
## Current version: 0.4.1

![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.4.1/status.svg)](https://deps.rs/crate/subtile/0.4.1)

`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