Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 247 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 247 Bytes

c_linked_list

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.

Documentation