4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)Rust122 forks (122 forks)github user discovery
enhancementgood first issue
Repository metrics
- Stars
- 1,339 stars (1,339 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Contributor guide
- Research direction
- Study the existing `nonseekable open` implementation in the Linux kernel C code, then understand how the Rust wrapper for file operations works in this repo. Look at referenced issue #110 for context. Implement the corresponding API in Rust, ensuring it matches the kernel's behavior.
- Tech stack
- rust
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- RustLinux kernel developmentGit