Crates.io | heapless_topo |
lib.rs | heapless_topo |
version | 0.1.4 |
source | src |
created_at | 2024-10-02 00:26:10.417703 |
updated_at | 2024-10-02 01:19:34.570808 |
description | no-std topological sort using `heapless` |
homepage | |
repository | https://github.com/spookyvision/heapless_topo |
max_upload_size | |
id | 1393544 |
size | 11,783 |
heapless_topo
A bare-bones no_std
implementation of topological sort, using heapless
for storage.