[][src]Module sourmash::ffi::utils

Structs

Panic

An error thrown by landingpad in place of panics.

SourmashStr

Represents a string.

Constants

LAST_ERROR

Functions

landingpad
set_panic_hook
sourmash_err_clear

Clears the last error.

sourmash_err_get_backtrace

Returns the panic information as string.

sourmash_err_get_last_code

Returns the last error code.

sourmash_err_get_last_message

Returns the last error message.

sourmash_init

Initializes the library

sourmash_str_free

Frees a sourmash str.

sourmash_str_from_cstr

Creates a sourmash str from a c string.