sl-types 0.2.3

Some basic types for Second Life related tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#![doc = include_str!("../README.md")]

pub mod attachment;
pub mod chat;
pub mod key;
pub mod lsl;
pub mod map;
pub mod money;
pub mod pathfinding;
pub mod radar;
pub mod search;
pub mod utils;
pub mod viewer_uri;