c_linked_list 1.1.1

Utilities for handling NULL-terminated C linked lists
Documentation
  • Coverage
  • 100%
    18 out of 18 items documented0 out of 17 items with examples
  • Size
  • Source code size: 13.21 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 4.67 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 9s Average build duration of successful builds.
  • all releases: 9s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Documentation
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • canndrew

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