zlicenser 0.1.2

Client library for the zlicenser hardware-bound software licensing framework.
Documentation
1
2
3
4
5
6
7
8
9
pub mod client;
pub mod desktop;
pub mod error;
pub mod marketplace;
pub mod shim;

pub fn hello_world() -> &'static str {
    "hello from zlicenser"
}