Module zeroconf::linux::string_list[][src]

Expand description

Low level interface for interacting with AvahiStringList.

Structs

Represents a key-value pair in an AvahiStringList.

Represents a string value returned by AvahiStringList. The underlying *mut c_char is freed using the appropriate Avahi function.

Represents a node or sub-list in an AvahiStringList. This struct is similar to it’s parent, but it does not free the AvahiStringList once dropped and is bound to the lifetime of it’s parent.

Wraps the AvahiStringList pointer from the raw Avahi bindings.