mirror of
https://github.com/bkthomps/Containers.git
synced 2025-11-16 12:34:47 +00:00
Change code quality tool (#86)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
[](https://circleci.com/gh/bkthomps/Containers/tree/master)
|
||||
[](https://codedocs.xyz/bkthomps/Containers/)
|
||||
[](https://codecov.io/gh/bkthomps/Containers)
|
||||
[](https://www.codacy.com/app/bkthomps/Containers?utm_source=github.com&utm_medium=referral&utm_content=bkthomps/Containers&utm_campaign=Badge_Grade)
|
||||
[](https://frontend.code-inspector.com/project/12167/dashboard)
|
||||
[](https://en.wikipedia.org/wiki/C_(programming_language))
|
||||
[](https://github.com/bkthomps/Containers/blob/master/LICENSE)
|
||||
|
||||
# Containers
|
||||
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
|
||||
This library provides various containers. Each container has utility functions to manipulate the data it holds. This is an abstraction as to not have to manually manage and reallocate memory.
|
||||
|
||||
Inspired by the C++ standard library; however, implemented using C with different function interfaces as the C++ standard library but with the same container names.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user