ilass

Crates.ioilass
lib.rsilass
version2.1.0
created_at2025-08-09 06:52:31.360613+00
updated_at2025-08-09 06:52:31.360613+00
descriptionAutomatic Language-Agnostic Subtitle Synchronization (Library)
homepage
repositoryhttps://github.com/SandroHc/ilass/ilass-core
max_upload_size
id1787626
size132,610
Sandro Marques (SandroHc)

documentation

https://docs.rs/ilass-core

README

ilass

This Rust library contains the core algorithm for ilass, the "Automatic Language-Agnostic Subtitle Sychronization" tool. If you want to go to the command line tool instead, please click here.

How to use the library

Add ilass as a dependency to your project:

cargo add ilass

Or alternative edit your Cargo.toml:

[dependencies]
ilass = "2.1.0"

The library only contains one function that takes two sequences of time spans and returns the offsets to get the best possible alignment.

Documentation

Crates.io

Documentation

For much more information, please see the workspace information here.

Commit count: 0

cargo fmt