Small, efficient C library providing missing utilities for string manipulation and time helpers.
- 📝 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
# Clonar
git clone https://github.com/murapadev/strap.git
cd strap
# Compilar
make
# Instalar (opcional)
sudo make install#include "strap.h"
int main() {
char *result = strap_trim(" hello ");
// ...
}Ver ejemplos en examples/.
Las contribuciones son bienvenidas. Consulta CONTRIBUTING.md.
Este proyecto está licenciado bajo los términos de la licencia MIT.
Hecho con ❤️ por murapadev