A linked list for wrapping a C linked list in Rust (nightly).
Add this to your Cargo.toml:
[dependencies]
c-linked-list = { git = "https://github.com/hrektts/c-linked-list" }
Then add this to your crate:
extern crate c_linked_list;
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.