c_linked_list 1.1.1

Utilities for handling NULL-terminated C linked lists
Documentation
1
2
3
4
5
6
7
8
## 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](http://canndrew.org/rust-doc/c_linked_list)