league-client-connector

Crates.ioleague-client-connector
lib.rsleague-client-connector
version0.1.2
sourcesrc
created_at2020-08-22 11:13:55.076258
updated_at2020-09-01 16:53:48.286817
descriptionRust implementation of lcu-connector. Retrieves lockfile information to access League of Legends API Client
homepage
repositoryhttps://github.com/Potato-Gaming/league-client-connector
max_upload_size
id279442
size11,844
Victor Quiroz (victorhqc)

documentation

README

league_client_connector

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.

Roadmap

  • Read lockfile
  • Error handling
  • Documentation
  • File watcher?
Commit count: 18

cargo fmt