woopsa 0.1.1

A pure Rust library for Woopsa.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
trait Link {}

pub struct WoopsaLink {
    pub server_url: String,
    pub resource_url: String,
    pub woopsa_path: String,
    pub absolute_path: String,
    pub relative_path: String
}

impl WoopsaLink {}

impl Link for WoopsaLink {}