Skip to content

murapadev/strap

Repository files navigation

🛠️ strap

License: MIT C Status

Small, efficient C library providing missing utilities for string manipulation and time helpers.


📋 Tabla de contenidos

✨ Características

  • 📝 String Utils: Funciones seguras de manipulación de strings
  • Time Helpers: Utilidades de tiempo
  • 🪶 Ligero: Diseñado para ser lightweight y portable
  • 🧩 Sin dependencias: Solo estándar C

🛠️ Instalación

# Clonar
git clone https://github.com/murapadev/strap.git
cd strap

# Compilar
make

# Instalar (opcional)
sudo make install

🚀 Uso

#include "strap.h"

int main() {
    char *result = strap_trim("  hello  ");
    // ...
}

Ver ejemplos en examples/.

📝 Contribución

Las contribuciones son bienvenidas. Consulta CONTRIBUTING.md.

📄 Licencia

Este proyecto está licenciado bajo los términos de la licencia MIT.


Hecho con ❤️ por murapadev

About

A small, efficient C library providing missing utilities for safe and comfortable string manipulation and time helpers. Designed to be lightweight, portable, and easy to integrate into C projects.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages