Files
rojo/vfs
Lucien Greathouse 477e0ada32 VFS in external crate (#297)
* vroom

* Port dir middleware

* Filter rules

* Directory metadata

* Project support

* Enable Lua support

* StringValue support

* CSV

* rbxm, rbxmx, and rbxlx

* JSON models

* Clean up some warnings

* Strip out PathMap

* Unwatch paths when they're reported as removed

* Fix 'rojo upload' behavior

* Upgrade to Insta 0.13.1

* Update dependencies

* Release 0.6.0-alpha.2

* Fix bad merge

* Replace MemoryBackend with InMemoryFs

* Sledgehammer tests into passing for now

* Txt middleware

* Update easy snapshot tests

* Lua tests

* Project middleware tests

* Try to fix test failures by sorting

* Port first set of serve session tests

* Add InMemoryFs::raise_event

* Finish porting serve session tests

* Remove UI code for introspecting VFS for now

* VFS docs
2020-03-10 17:38:49 -07:00
..
2020-03-10 17:38:49 -07:00
2020-02-18 23:16:56 -08:00
2020-02-18 23:16:56 -08:00
2020-02-18 23:16:56 -08:00

[vfs]

Name pending. Implementation of a virtual filesystem with a configurable backend and file watching.

License

[vfs] is available under the terms of the MIT license. See LICENSE.txt or https://opensource.org/licenses/MIT for more details.