Skip to content

facts: add multi-file binary reader - #253

Open
zoogies wants to merge 1 commit into
feat/facts-llvm-generationfrom
feat/facts-reader
Open

facts: add multi-file binary reader#253
zoogies wants to merge 1 commit into
feat/facts-llvm-generationfrom
feat/facts-reader

Conversation

@zoogies

@zoogies zoogies commented Aug 18, 2026

Copy link
Copy Markdown
Collaborator

Stack created with GitHub Stacks CLIGive Feedback 💬

@zoogies zoogies self-assigned this Aug 18, 2026
@zoogies zoogies added the enhancement New feature or request label Aug 18, 2026
@zoogies
zoogies force-pushed the feat/facts-reader branch from d8998db to f343797 Compare August 18, 2026 17:47
@zoogies
zoogies marked this pull request as ready for review August 20, 2026 13:39
@zoogies
zoogies force-pushed the feat/facts-reader branch from f343797 to 416438e Compare August 20, 2026 14:11
Comment on lines +102 to +106
pub extern "C" fn facts_module_next(
facts: *const FactsBuf,
cursor: *mut FactsModuleCursor,
output: *mut FactsModuleView,
) -> bool {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One pattern you could use here: create a safe 'inner' function that handles all of the rust logic. It could return an option, so you could use ? in place of let else.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants