Skip to content

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sniplets-rs

A collection of handy utility functions for Rust projects.

crates.io docs.rs

This repository serves as a library of reusable code snippets for Rust projects.

Recommended usage: Instead of adding this project as a direct dependency, it is advised to copy the specific utility functions you need into your own project. This approach helps keep your dependencies minimal and gives you full control over the code.

Usage as a Direct Dependency

If you prefer to use this project as a direct dependency, you can add it to your Cargo.toml:

cargo add sniplets

Modules

All modules that require any external dependencies are behind feature flags.

path

Contains utility functions for working with file paths.

quick_xml

Provides utility functions for working with XML files using the quick-xml crate.

  • Feature flag: quick_xml
  • Dependencies:
    • quick-xml
    • serde

About

A collection of handy utility functions for Rust projects.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Used by

Contributors

Languages