roblox-studio-utils 0.3.1

Cross-platform library for interacting with Roblox Studio
Documentation
<!-- markdownlint-disable MD033 -->

<h1 align="center"><code>roblox-studio-utils</code></h1>

<div align="center">
	<div>
		<a href="https://crates.io/crates/roblox-studio-utils">
			<img src="https://img.shields.io/crates/v/roblox-studio-utils.svg?label=Version" alt="Crate version" />
		</a>
		<a href="https://github.com/filiptibell/roblox-studio-utils/actions">
			<img src="https://shields.io/endpoint?url=https://badges.readysetplay.io/workflow/filiptibell/roblox-studio-utils/ci.yaml" alt="CI status" />
		</a>
		<a href="https://github.com/filiptibell/roblox-studio-utils/blob/main/LICENSE.txt">
			<img src="https://img.shields.io/github/license/filiptibell/roblox-studio-utils.svg?label=License&color=informational" alt="Crate license" />
		</a>
	</div>
</div>

<br/>

Cross-platform, almost zero-dependency Rust library for interacting with Roblox Studio.

# Features

The `roblox-studio-utils` crate contains functionality for:

- Finding the current Roblox Studio installation and relevant paths
- Opening place files
- Opening cloud places
- Starting local test servers & clients

# Usage

Please see the [examples](/examples/) directory for a comprehensive list of examples.