semantic-scene 0.1.0

Rust parser for Habitat-Sim `SemanticScene` descriptors.
Documentation
# semantic-scene

[![GitHub License](https://img.shields.io/github/license/PRO-2684/semantic-scene?logo=opensourceinitiative)](https://github.com/PRO-2684/semantic-scene/blob/main/LICENSE)
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/PRO-2684/semantic-scene/release.yml?logo=githubactions)](https://github.com/PRO-2684/semantic-scene/blob/main/.github/workflows/release.yml)
[![GitHub Release](https://img.shields.io/github/v/release/PRO-2684/semantic-scene?logo=githubactions)](https://github.com/PRO-2684/semantic-scene/releases)
[![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/PRO-2684/semantic-scene/total?logo=github)](https://github.com/PRO-2684/semantic-scene/releases)
[![Crates.io Version](https://img.shields.io/crates/v/semantic-scene?logo=rust)](https://crates.io/crates/semantic-scene)
[![Crates.io Total Downloads](https://img.shields.io/crates/d/semantic-scene?logo=rust)](https://crates.io/crates/semantic-scene)
[![docs.rs](https://img.shields.io/docsrs/semantic-scene?logo=rust)](https://docs.rs/semantic-scene)

Rust parser for [Habitat-Sim](https://github.com/facebookresearch/habitat-sim) [`SemanticScene`](https://aihabitat.org/docs/habitat-sim/habitat_sim.scene.SemanticScene.html) descriptors.

## 📥 Installation

### Using [`binstall`]https://github.com/cargo-bins/cargo-binstall

```shell
cargo binstall semantic-scene
```

### Downloading from Releases

Navigate to the [Releases page](https://github.com/PRO-2684/semantic-scene/releases) and download respective binary for your platform. Make sure to give it execute permissions.

### Compiling from Source

```shell
cargo install semantic-scene
```

## 💡 Examples

TODO

## 📖 Usage

TODO

## 🎉 Credits

TODO