Skip to content

A linked list for wrapping a C linked list in Rust (nightly)

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

hrektts/c-linked-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

c-linked-list

A linked list for wrapping a C linked list in Rust (nightly).

Build Status

Documentation

Usage

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;

References

License

This project is licensed under either of

at your option.

About

A linked list for wrapping a C linked list in Rust (nightly)

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published

Languages