gdvariants 0.2.0

Rust std library collections wrapper that implements the godot-rust variant traits.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.gdnative]
version = "0.10.0"

[package]
authors = ["Hrafn Orri Hrafnkelsson"]
categories = ["game-development"]
description = "Rust std library collections wrapper that implements the godot-rust variant traits.\n"
edition = "2021"
include = ["src/", "LICENSE-*", "README.md", "COPYRIGHT"]
keywords = ["gamedev", "godot"]
license = "MIT OR Apache-2.0"
name = "gdvariants"
readme = "README.md"
repository = "https://github.com/ironpeak/gdvariants"
resolver = "2"
version = "0.2.0"