awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

Awesome GitHub RepositoriesMemory Ownership Debuggers

Tools designed to visualize and diagnose memory management patterns, specifically ownership and borrowing.

Distinguishing note: Dedicated to debugging the ownership/borrowing model of systems languages, distinct from general memory leak detectors.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Memory Ownership Debuggers. Refine with filters or upvote what's useful.

Awesome Memory Ownership Debuggers GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • cordx56/rustowlcordx56 का अवतार

    cordx56/rustowl

    5,047GitHub पर देखें↗

    Rustowl is a diagnostic system and language server protocol extension that maps variable validity and data flow directly into text editors. It serves as a memory management tool designed to visualize lifetime constraints and ownership movement within Rust source code. The project distinguishes itself by providing a visual representation of immutable borrowings, mutable borrowings, and value moves. It specifically tracks the duration of variable validity and identifies invalid overlapping references or lifetime mismatches to assist in memory debugging. The system employs static analysis to tr

    Visualizes ownership and borrowing patterns to identify and fix memory management errors in Rust code.

    Rustlifetimeownershiprust
    GitHub पर देखें↗5,047
  1. Home
  2. Operating Systems & Systems Programming
  3. Memory Ownership Debuggers