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

Loading
Loading

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