Thanks to visit codestin.com Credit goes to lib.rs
tl
Run this command in a terminal, in your project's directory:
cargo add tl
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
tl = "0.7.8"
The tl library will be automatically available globally. Read the tl library documentation.
Back to the crate overview.