Skip to content
Snippets Groups Projects

Hercules Box

Merged rarbore2 requested to merge hercules_box into main
  • hercules_rt crate defining HerculesBox type.
    • "Safe" interface for calling Hercules functions with collection inputs / outputs.
      • Safe with respect to ownership - can pass in shared / mutable slices into functions of CPU memory and it'll just do the right thing.
      • TODO: Not actually type safe, since it's non-trivial to encode Hercules types into Rust.
    • Internal methods for transferring internal state between immutable ref / mutable ref / owned memory.
      • TODO: Support moving between devices (in principle easy).

Merge request reports

Pipeline #200939 passed

Pipeline passed for cb3b8f66 on hercules_box

Approval is optional

Merged by rarbore2rarbore2 2 months ago (Jan 13, 2025 4:08am UTC)

Merge details

  • Changes merged into main with 9131736e (commits were squashed).
  • Deleted the source branch.

Pipeline #200940 passed

Pipeline passed for 9131736e on main

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading