sniplets 0.1.0

A collection of handy utility functions for Rust projects.
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 13.39 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 982.04 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 14s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • sv-tools/sniplets-rs
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • SVilgelm

sniplets-rs

A collection of handy utility functions for Rust projects.

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