-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generate README.md with cargo readme
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# subtile | ||
## Current version: 0.1.8 | ||
|
||
 | ||
[](https://crates.io/crates/subtile) | ||
[](https://docs.rs/subtile/) | ||
[](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 |