rust/physfs-rs/README.md
author Wuzzy <Wuzzy2@mail.ru>
Tue, 02 Apr 2019 01:03:39 +0200
changeset 14745 7b2bd37d7503
parent 14440 a1613788130d
permissions -rw-r--r--
Fix inconsistencies in guest nick name generation When the setting net/nick is empty, HW generates a guest name. But there were several problems: - Team name did not match guest name - Random guest number was re-rolled multiple times, causing inconsistencies - Guest number was often too large (now capped at 99999)

# physfs-rs [![Build Status](https://travis-ci.org/PistonDevelopers/physfs-rs.svg?branch=master)](https://travis-ci.org/PistonDevelopers/physfs-rs)

## Rust bindings for PhysFS

This project is built against the Rust nightly and PhysFS 2.0.3

[How to contribute](https://github.com/PistonDevelopers/piston/blob/master/CONTRIBUTING.md)