rbx_tree 0.2.0

Weakly-typed Roblox DOM implementation for Rust
Documentation
# rbx_tree Changelog


## Unreleased


## 0.2.0 (2019-01-25)

* Added new variants for `RbxValue`:
	* Int32
	* Float32
	* Enum
	* Vector2
	* Color3
	* Color3uint8
	* Vector3int16
	* Vector2int16
	* CFrame
	* PhysicalProperties (Stub)

## 0.1.0

* Initial release
* Supports `String`, `Bool`, and `Vector3` property values