All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Copyright (c) 2023, Diogo Ferreira
SPDX-License-Identifier: BSD-3-Clause
See license at this project root for more detailed information
- Remove main executable and keep only testing for library
- Add example for usage
- Implement rest of e_string_t
- Implement e_bigdec_t
- Implement e_bigint_t
- Implement e_vector_t
- Implement e_format
- Reset std to C17
- e_string_t struct
- e_string_validate buffer function
- e_string_valdiate buffer unit testing
- Created base repository with simple guidelines
- Adjusting template project for library usage