sniplets 0.2.0

A collection of handy utility functions for Rust projects.
Documentation
1
2
3
4
5
6
#![allow(dead_code)]

pub mod path;

#[cfg(feature = "quick-xml")]
pub mod quick_xml;