rustunnel 0.1.2

Sandboxed TLS tunnel library
Documentation
1
2
3
4
use std::alloc::System;

#[global_allocator]
static GLOBAL_ALLOCATOR: System = System;