# rlmesh-spaces
Space specifications and value model for RLMesh environments and bindings.
Use this crate to construct or inspect RLMesh environment contracts without depending on the full
SDK. The higher-level `rlmesh` crate also re-exports it.
## Installation
```toml
[dependencies]
rlmesh-spaces = "0.1.0-rc.1"
```
## Status
Internal implementation detail of RLMesh, with no stability promise and no plan to stabilize it.
Build on the `rlmesh` Python package instead; see the
[compatibility policy](https://docs.rlmesh.dev/compatibility/).
## Links
- Project: https://github.com/ArenaX-Labs/rlmesh
- Documentation: https://docs.rlmesh.dev
- API docs: https://docs.rs/rlmesh-spaces
- Higher-level SDK: https://crates.io/crates/rlmesh
## License
Licensed under either of Apache License, Version 2.0 or the MIT license, at your option. See
[LICENSE-APACHE](https://github.com/ArenaX-Labs/rlmesh/blob/main/LICENSE-APACHE) and
[LICENSE-MIT](https://github.com/ArenaX-Labs/rlmesh/blob/main/LICENSE-MIT).