3 releases

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

#978 in Authentication

Download history 18/week @ 2024-02-26 1/week @ 2024-03-11 53/week @ 2024-04-01

53 downloads per month

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.4–3.5MB
~68K SLoC