3 releases

0.0.2 Nov 14, 2021
0.0.1 Nov 9, 2021
0.0.0 Nov 4, 2021

#57 in #accessing

AGPL-3.0-or-later

23KB
404 lines

Rust implementation of OpenSimulator's login protocol

Getting Started

Using Library

docs

crate

add

metaverse_login = "0.0.0"

to your cargo.toml

Running Tests

to run the tests simply run cargo test To run tests against live osgrid credentials,

cp .creds.example .creds.toml 

edit .creds.toml to include your username, password and login location.


lib.rs:

Rust implementation of OpenSimulator's login protocol

metaverse_login is a utility for running login commands against opensimulator or secondlife servers.

Dependencies

~2.2–3.5MB
~65K SLoC