Documentation
¶
Overview ¶
Package utils provides small string conversion helpers used by the bucky FFI bindings. It mirrors yzma's pkg/utils so callers do not need to depend on golang.org/x/sys directly.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BytePtrFromString ¶
BytePtrFromString converts a Go string to a C-style null-terminated byte pointer.
func BytePtrToString ¶
BytePtrToString converts a C-style null-terminated byte pointer to a Go string.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.