]> Kevux Git Server - fll/commit
Feature: add f_string_static as a non-allocated alternative to f_string_dynamic
authorKevin Day <thekevinday@gmail.com>
Sat, 9 May 2020 22:26:41 +0000 (17:26 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 9 May 2020 22:52:04 +0000 (17:52 -0500)
commit7dff78abd93a141de6f4e10871c67305863b4e26
tree49c0c37641b1e2ab4202ec6eca4a504e69fb9547
parent0fa719217ce449258938d1965b2cd1bf94171e16
Feature: add f_string_static as a non-allocated alternative to f_string_dynamic

That is not to say that a dynamically allocated buffer cannot be placed in its string part.
Instead, it communicates that this is not never be allocated or deallocated directly.

This is implemented in such a way that f_string_dynamic is a sub-type of f_string_static.
This should allow for easy type conversions.
level_0/f_string/c/string.h