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.
- Host: GitHub
- URL: https://github.com/tomboddaert/dynode
- Owner: tomBoddaert
- License: apache-2.0
- Created: 2024-12-12T16:45:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-12T09:30:28.000Z (about 1 year ago)
- Last Synced: 2025-10-08T22:15:41.630Z (6 months ago)
- Topics: data-structures, linked-list
- Language: Rust
- Homepage: https://crates.io/crates/dynode
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE_Apache-2.0
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.