vrc-get-litedb 0.3.0-beta.5

A Rust reimplementation of LiteDB made for vrc-get.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# vrc-get-litedb

This crate is a Rust reimplementation of [LiteDB], a lightweight database written in C#.

This crate implements low-level API of [LiteDB], the [LiteEngine].

This crate is made for and a part of the [vrc-get] project,
to read and write project information in [VCC 2.2.0] or later.

[LiteDB]: https://github.com/mbdavid/LiteDB
[LiteEngine]: https://github.com/litedb-org/LiteDB/blob/master/LiteDB/Engine/LiteEngine.cs
[VCC 2.2.0]: https://vcc.docs.vrchat.com/news/release-2.2.0
[vrc-get]: https://github.com/anatawa12/vrc-get