awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
nix-rust avatar

nix-rust/nix

0
View on GitHub↗
2,986 stars·739 forks·Rust·mit·5 vues

Nix

nix is a Unix system API library and Rust system programming interface that provides type-safe bindings for invoking low-level system calls. It serves as a low-level operating system wrapper and POSIX compatibility layer, allowing for kernel interactions and administrative tasks through safe wrappers around platform-specific APIs.

The project provides a kernel device interface for controlling hardware devices, managing kernel modules, and configuring terminal interfaces. It differentiates itself by offering type-safe wrappers for memory mapping and zero-copy input-output operations to reduce system overhead.

The library covers a broad surface of system capabilities, including process and thread coordination, network interface management, and filesystem control. It also includes utilities for managing user identities, system time, and inter-process communication via signals and message queues.

Features

  • Rust Systems Programming - Provides a comprehensive Rust system programming interface with type-safe bindings for invoking low-level Unix system calls.
  • System Call Bindings - Provides type-safe Rust bindings for invoking low-level Unix system calls and interacting with the kernel.
  • System Call Wrappers - Serves as a comprehensive type-safe wrapper for invoking low-level Unix system calls.
  • Concurrency & Threading - Implements primitives for thread synchronization and process scheduling for concurrent execution.
  • Network Interface Management - Provides low-level configuration for network interfaces and management of socket lifecycles.
  • Device Control Interfaces - Provides a kernel device interface for controlling hardware devices and monitoring filesystem events.
  • Inter-Process Communication - Provides type-safe Rust bindings for core OS kernel IPC primitives including signals and message queues.
  • POSIX Interfaces - Offers a POSIX-compliant interface layer for file systems, network sockets, and signal communication.
  • Memory Mapping Interfaces - Implements safe wrappers for mapping memory regions and allocating system memory via platform APIs.
  • Process Lifecycle Managers - Controls the execution state of host processes through type-safe wrappers for scheduling and resource limits.
  • System Calls - Provides a comprehensive interface for user-space applications to invoke operating system kernel functions.
  • Kernel Hardware Interfaces - Implements safe wrappers for kernel-level hardware interfaces and device control calls.
  • Process Execution Controls - Provides type-safe wrappers to spawn, schedule, and trace processes for controlling execution domains.
  • System Hardware Controllers - Interacts with hardware drivers and system configurations using kernel modules and device control calls.
  • Unix System API Bindings - Implements a comprehensive set of type-safe Rust bindings for Unix system calls.
  • Memory Mappings - Offers type-safe wrappers for mapping memory regions into a process address space.
  • Thread and Process Synchronization - Provides type-safe bindings for thread synchronization and process coordination primitives.
  • Zero-Copy Memory Mappings - Implements zero-copy memory mappings to avoid redundant data copying between kernel and user space.
  • Kernel Module Loaders - Provides utilities for loading and unloading Linux kernel modules to modify system capabilities.
  • Vectored I/O - Supports vectored input and output operations to move data between memory and devices without unnecessary copying.
  • Device Control Calls - Executes system calls to read, write, or pass control data directly to kernel device drivers.
  • Device Driver Abstraction - Provides type-safe wrappers for delivering control instructions to kernel device drivers.
  • Execution Context Management - Manages memory mapping and thread contexts to coordinate low-level execution and processing flow.
  • System Resource Management - Allows controlling kernel modules, system clock settings, and hostnames to manage the operating environment.
  • System Administration Utilities - Provides the underlying system calls necessary to build administrative utilities for user and group management.
  • System Time Management - Provides interfaces to query and set system clocks or trigger sleep intervals via the operating system.
  • Pseudo-Terminal Interfaces - Handles the lifecycle and configuration of virtual terminal pairs via pseudo-terminal interfaces.
  • File Descriptor Event Monitoring - Implements polling mechanisms to monitor file descriptors for read/write activity and system events.
  • Vectored I/O - Implements vectored I/O operations to move data between memory and devices without unnecessary copying.
  • File System Monitors - Monitors filesystem states in real time and provides interfaces for mounting drives and iterating directories.
  • OS Event Polling - Interfaces with OS-native polling mechanisms like epoll and kqueue to monitor file descriptors.

Historique des stars

Graphique de l'historique des stars pour nix-rust/nixGraphique de l'historique des stars pour nix-rust/nix

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Questions fréquentes

Que fait nix-rust/nix ?

nix is a Unix system API library and Rust system programming interface that provides type-safe bindings for invoking low-level system calls. It serves as a low-level operating system wrapper and POSIX compatibility layer, allowing for kernel interactions and administrative tasks through safe wrappers around platform-specific APIs.

Quelles sont les fonctionnalités principales de nix-rust/nix ?

Les fonctionnalités principales de nix-rust/nix sont : Rust Systems Programming, System Call Bindings, System Call Wrappers, Concurrency & Threading, Network Interface Management, Device Control Interfaces, Inter-Process Communication, POSIX Interfaces.

Quelles sont les alternatives open-source à nix-rust/nix ?

Les alternatives open-source à nix-rust/nix incluent : systemd/systemd — systemd is a comprehensive system and service manager for Linux that orchestrates the entire operating system… asterinas/asterinas — Asterinas is a memory-safe operating system kernel designed to prevent data races and memory corruption. It functions… sel4/sel4 — seL4 is a formally verified microkernel whose C implementation is backed by machine-checked mathematical proofs of… tokio-rs/mio — Mio is a low-level I/O library for Rust that provides an event-driven framework for monitoring multiple network… apache/nuttx — NuttX is a POSIX-compliant real-time operating system designed for microcontrollers ranging from 8-bit to 64-bit… redox-os/redox — Redox is a POSIX-compliant, microkernel-based operating system written entirely in Rust. By utilizing a memory-safe…

Alternatives open source à Nix

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Nix.
  • systemd/systemdAvatar de systemd

    systemd/systemd

    15,324Voir sur GitHub↗

    systemd is a comprehensive system and service manager for Linux that orchestrates the entire operating system lifecycle. It functions as the primary init system, managing the transition from firmware to a fully initialized user space while providing a unified framework for service orchestration, hardware management, and resource control. The project distinguishes itself through its declarative, unit-based configuration model and dynamic dependency resolution, which allow for efficient, on-demand service activation and socket-based process management. It integrates deep system observability th

    Ccinitlinux
    Voir sur GitHub↗15,324
  • asterinas/asterinasAvatar de asterinas

    asterinas/asterinas

    4,678Voir sur GitHub↗

    Asterinas is a memory-safe operating system kernel designed to prevent data races and memory corruption. It functions as a Linux-ABI compatible kernel, enabling the execution of existing Linux binaries and container workloads while providing a declarative operating system distribution model. The project distinguishes itself by acting as a virtual machine container host and a confidential computing guest OS, allowing it to run within hardware-isolated Trusted Execution Environments such as Intel TDX. It implements a minimal trusted computing base by isolating unsafe low-level operations and se

    Rustkernelosrust
    Voir sur GitHub↗4,678
  • sel4/sel4Avatar de seL4

    seL4/seL4

    5,583Voir sur GitHub↗

    seL4 is a formally verified microkernel whose C implementation is backed by machine-checked mathematical proofs of correctness, confidentiality, integrity, and availability. It enforces strict isolation between processes through hardware-enforced address space separation and a capability-based access control system, where each process holds explicit rights only to the resources it has been granted. The kernel exposes hardware resources through a minimal API of system calls that manage threads, address spaces, and inter-process communication, with synchronous IPC supporting sender-identifying b

    Cmicrokernelossel4
    Voir sur GitHub↗5,583
  • tokio-rs/mioAvatar de tokio-rs

    tokio-rs/mio

    7,024Voir sur GitHub↗

    Mio is a low-level I/O library for Rust that provides an event-driven framework for monitoring multiple network sockets and file descriptors. It acts as a portable wrapper for operating system native polling systems, including epoll, kqueue, and IOCP, allowing applications to trigger events when resources are ready for reading or writing without blocking the execution thread. The library provides a non-blocking socket interface for managing TCP, UDP, and Unix sockets. It distinguishes itself through a vectored I/O implementation, enabling scatter-gather reads and writes across multiple buffer

    Rustasynchronousnetworkingnon-blocking
    Voir sur GitHub↗7,024
  • Voir les 30 alternatives à Nix→