vrc-get-litedb 0.1.0

A NativeAOT LiteDB wrapper to read VCC's project information made for vrc-get.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# vrc-get-litedb

The rust [LiteDB] wrapper to read and write project information in [VCC 2.2.0] or later.

This package is a part of the [vrc-get] project and based on [simplified fork of liteDB].

## Building 

Since this module uses [NativeAOT], 
You have to install the .NET 8.0 SDK and requirements for NativeAOT to build this module.

[LiteDB]: https://github.com/mbdavid/LiteDB
[VCC 2.2.0]: https://vcc.docs.vrchat.com/news/release-2.2.0
[vrc-get]: https://github.com/anatawa12/vrc-get
[simplified fork of liteDB]: https://github.com/anatawa12/LiteDB
[NativeAOT]: https://learn.microsoft.com/ja-jp/dotnet/core/deploying/native-aot/?tabs=net8plus%2Cwindows