Crates.io | ng-log |
lib.rs | ng-log |
version | 0.1.1 |
source | src |
created_at | 2015-11-20 08:51:39.25084 |
updated_at | 2015-12-11 23:54:29.779751 |
description | ngLog processing utilities. |
homepage | |
repository | https://github.com/FaultyRAM/ng-log |
max_upload_size | |
id | 3463 |
size | 15,469 |
ng-log
is a library which handles ngLog processing and transmission.
ngLog, ngStats and ngWorldStats were used by video games such as Unreal Tournament for recording and collecting player statistics. Games using these technologies did so via the following series of procedures:
To use the ng-log
library in a Cargo-based project, add the following to
the project's Cargo.toml
:
[dependencies]
ng-log = "0.1.0"
And add the following to the project's crate root:
extern crate ng_log;