An open API service indexing awesome lists of open source software.

https://github.com/tomboddaert/dynode

A framework for making node-based structures with dynamically-sized values.
https://github.com/tomboddaert/dynode

data-structures linked-list

Last synced: about 2 months ago
JSON representation

A framework for making node-based structures with dynamically-sized values.

Awesome Lists containing this project

README

          

# `dynode`
A set of libraries containing node-based structures.

[GitHub](https://github.com/tomBoddaert/dynode)

## [`dynode`](/dynode/README.md)
A framework for making node-based structures with dynamically-sized values.

This is the base library for the project. It implements generic nodes with defined allocation functions and other utilities.

## [`dyn_list`](/dyn_list/README.md)
A linked list that can hold dynamically-sized types.

This is the most basic of the `dynode` structures.

## License
The [`dynode`](https://github.com/tomBoddaert/dynode) project is dual-licensed under either the [Apache License Version 2.0](./LICENSE_Apache-2.0) or [MIT license](./LICENSE_MIT) at your option.