wslplugins-rs 0.1.0-beta.2

A Rust framework for developing WSL plugins using safe and idiomatic Rust.
Documentation
1
2
3
use std::fmt::{LowerHex, UpperHex};
#[allow(dead_code)]
pub trait Formatter: LowerHex + UpperHex {}