Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ggez/gvfs
A Rust crate providing a configurable virtual file system for game assets, a la PhysFS
https://github.com/ggez/gvfs
Last synced: 4 days ago
JSON representation
A Rust crate providing a configurable virtual file system for game assets, a la PhysFS
- Host: GitHub
- URL: https://github.com/ggez/gvfs
- Owner: ggez
- License: apache-2.0
- Created: 2019-07-19T15:39:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-11T06:36:45.000Z (about 2 years ago)
- Last Synced: 2024-10-31T11:48:59.310Z (9 days ago)
- Language: Rust
- Size: 29.3 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# What Is This?
[![Build Status](https://travis-ci.org/ggez/gvfs.svg?branch=master)](https://travis-ci.org/ggez/gvfs)
[![Docs Status](https://docs.rs/gvfs/badge.svg)](https://docs.rs/gvfs)
[![License](https://img.shields.io/crates/l/gvfs.svg)](http://crates.io/cratee/gvfs)
[![Crates.io](https://img.shields.io/crates/v/gvfs.svg)](https://crates.io/crates/gvfs)
[![Crates.io](https://img.shields.io/crates/d/gvfs.svg)](https://crates.io/crates/gvfs)A Rust crate providing a configurable virtual file system for game assets, a la PhysFS
## Features
## Supported platforms
## Usage
## Getting started
## Help!