Crates.io | league-client-connector |
lib.rs | league-client-connector |
version | 0.1.2 |
source | src |
created_at | 2020-08-22 11:13:55.076258 |
updated_at | 2020-09-01 16:53:48.286817 |
description | Rust implementation of lcu-connector. Retrieves lockfile information to access League of Legends API Client |
homepage | |
repository | https://github.com/Potato-Gaming/league-client-connector |
max_upload_size | |
id | 279442 |
size | 11,844 |
Rust implementation for lcu-connector minus the
file watching mechanism. This crate needs the League Client to be opened, in order to get the
installation path for League of Legends so the lockfile
can be retrieved correctly.
Note that every time the League Client is opened, it creates a new lockfile
so a watcher or
some refresh mechanism needs to be implemented to use correctly in an application.
The contents of the lockfile
are parsed and presented in a readable format so a connection to
the Game Client API can be
established.