metaverse_session

Crates.iometaverse_session
lib.rsmetaverse_session
version
sourcesrc
created_at2024-08-15 22:13:20.709705+00
updated_at2025-05-13 21:30:01.238185+00
descriptionmetaverse session handler
homepage
repository
max_upload_size
id1339663
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Skyler Clark (wgahnagl)

documentation

README

Metaverse Session

last-commit open-pr open-issues

Session

crates.io-session docs.rs-session Provides an easy, asyncronous way of interacting with open metaverse servers in Rust. Handles packet IO between client and server, exposing a UnixDatagram interface for simple integration into other projects. This is meant to operate as an easily-bootstrappable backend for new open metaverse viewer projects.

Messages are handled using actix, and accepts messages in the form of packets as defined by the spec, and returns UI events serialized into bytes.

Getting Started

cargo run Will run the debug UI cargo test -- --nocapture Will run tests with debug mode on.

Commit count: 0

cargo fmt