@micro-os-plus/utils-lists

4.0.0 • Public • Published

GitHub package.json version GitHub tag (latest by date) npm (scoped) license CI on Push Website

A source code library with the µOS++ C++ intrusive lists

Overview

This project provides the source code for a library that implements the µOS++ C++ intrusive double linked lists. These are special lists that avoid dynamic memory allocations by storing the links inside the list elements. This is particularly useful in embedded systems.

Project documentation

For information on how to install and use this library, please refer to the project documentation web site.

License

Unless otherwise stated, the content is released under the terms of the MIT License, with all rights reserved to Liviu Ionescu.

Readme

Keywords

Package Sidebar

Install

npm i @micro-os-plus/utils-lists

Weekly Downloads

0

Version

4.0.0

License

MIT

Unpacked Size

77.4 kB

Total Files

10

Last publish

Collaborators

  • ilg