Rust implementation of OpenSimulator's login protocol
add
metaverse_login = "0.0.0"
to your cargo.toml
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.