1. weak-map
  2. Overview
  3. Core Components
    1. WeakMap and StrongMap
    2. Reference Traits
  4. Usage Guide
    1. Basic Usage Examples
    2. Advanced Usage Patterns
  5. Implementation Details
    1. Memory Management
    2. Performance Considerations
  6. Project Information
    1. Contributing Guide
    2. License Information
  7. axns
  8. Overview
  9. Core Concepts
    1. Namespaces
    2. Resources and ResWrapper
    3. The def_resource! Macro
  10. Thread-Local Features
  11. Resource Lifecycle
    1. Resource Reference Counting
  12. Usage Guide
    1. Basic Resource Access
    2. Sharing and Resetting Resources
  13. Development and Testing
  14. axsignal
  15. Overview
  16. Signal Management System
    1. Thread Signal Manager
    2. Process Signal Manager
    3. Wait Queue Interface
  17. Signal Types and Structures
    1. Signal Numbers and Sets
    2. Signal Actions and Dispositions
    3. Pending Signals
  18. Architecture Support
    1. x86_64 Implementation
    2. ARM64 Implementation
    3. RISC-V Implementation
    4. LoongArch64 Implementation
  19. Build Configuration and Dependencies
  20. axptr
  21. Overview
  22. Memory Safety Architecture
    1. User Space Pointers
    2. Address Space Management
  23. Safety Mechanisms
    1. Memory Region Checking
    2. Context-Aware Page Fault Handling
    3. Null-Terminated Data Handling
  24. Integration with Operating System
  25. API Reference
    1. UserPtr API
    2. UserConstPtr API
    3. Helper Functions
  26. axprocess
  27. Overview
    1. Core Architecture
  28. Process Management
    1. Process Creation and Initialization
    2. Process Lifecycle
    3. Parent-Child Relationships
  29. Process Groups and Sessions
    1. Process Groups
    2. Sessions
    3. Hierarchy and Movement
  30. Thread Management
    1. Thread Creation and Builder
    2. Thread Lifecycle and Exit
  31. Memory Management
    1. Reference Counting and Ownership
    2. Zombie Processes and Cleanup
  32. Development and Testing
    1. Testing Approach
    2. CI/CD Pipeline