Crates.io | c_linked_list |
lib.rs | c_linked_list |
version | 1.1.1 |
source | src |
created_at | 2016-01-13 06:29:15.709596 |
updated_at | 2018-06-21 08:46:23.254251 |
description | Utilities for handling NULL-terminated C linked lists |
homepage | |
repository | |
max_upload_size | |
id | 3886 |
size | 13,583 |
This is a Rust library for handling NULL-terminated C linked lists. You can use this library to take a linked list provided by a C library and wrap it as a Rust type.