Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CogitatorTech/infera
/ types & classes
Types & classes
10 in github.com/CogitatorTech/infera
⨍
Functions
97
◇
Types & classes
10
Enum
CacheEvictionStrategy
infera/src/config.rs:49
Enum
DownloadResult
infera/src/http.rs:145
Class
InferaConfig
infera/src/config.rs:71
Enum
InferaError
infera/src/error.rs:11
Class
InferaExtension
* @brief The InferaExtension class is the main entry point for the Infera DuckDB extension. * * This class is responsible for loading the extension,
infera/bindings/include/infera_extension.hpp:14
Class
InferaInferenceResult
infera/src/ffi_utils.rs:11
Class
InferaInferenceResult
infera/bindings/include/rust.h:28
Enum
LogLevel
infera/src/config.rs:18
Class
OnnxModel
infera/src/model.rs:18
Class
TempFileGuard
A guard that guarantees a temporary file is deleted when it goes out of scope. This is used to implement a panic-safe cleanup of partial downloads.
infera/src/http.rs:15