High-performance Rust SDK for Hyperliquid Protocol

2 Open Issues Need Help Last updated: Dec 14, 2025

Open Issues Need Help

View All on GitHub
Software Development Application Development

AI Summary: This enhancement aims to resolve `mismatched_lifetime_syntaxes` warnings in the Rust codebase by adding explicit lifetime annotations to three specific builder methods. The goal is to clarify lifetime relationships, ensure no regressions, and eliminate the clippy warnings.

Complexity: 2/5
enhancement good first issue

High-performance Rust SDK for Hyperliquid Protocol

Rust
Software Development Application Development

AI Summary: This enhancement aims to refactor three functions in `exchange.rs` that have too many arguments, exceeding Clippy's recommended limit. The goal is to reduce the argument count to improve code readability and maintainability, while ensuring existing functionality and tests remain intact.

Complexity: 3/5
enhancement good first issue

High-performance Rust SDK for Hyperliquid Protocol

Rust