#stack

  1. smallvec

    'Small vector' optimization: store up to a small number of items on the stack

    v2.0.0-alpha.12 40.5M #stack #vec #no-std
  2. arrayvec

    A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.

    v0.7.6 17.4M #stack #no-std #stack-array #vector-array
  3. corosensei

    A fast and safe implementation of stackful coroutines

    v0.3.3 144K #stackful-coroutine #stack #generator #coroutine
  4. arraydeque

    A ring buffer with a fixed capacity, which can be stored on the stack

    v0.5.1 2.9M #deque #stack #array
  5. recursion

    cache-aware stack safe recursion

    v0.5.4 322K #stack #data-structures #safe #expand #value #cache-aware #collapsing
  6. unwinding

    in Rust and for Rust

    v0.2.8 173K #x86-64 #unwinder #arm64 #stack #personality
  7. stacksafe

    Prevent stack overflow in deeply recursive functions with automatic stack management

    v1.0.1 30K #stack-overflow #recursion #stack #stacker #overflow
  8. smallbox

    Small Box optimization: store small item on stack and fallback to heap for large item

    v0.8.8 63K #dst #box #no-std #stack #alloc
  9. reblessive

    A small runtime for running deeply nested recursive functions

    v0.4.3 68K #stack #call-stack #memory #call
  10. psm

    Portable Stack Manipulation: stack manipulation and introspection routines

    v0.1.30 4.3M #stack
  11. environmental

    Set scope-limited values can can be accessed statically

    v1.1.4 266K #env-var #stack #value #settings #declare #global-variables #macro-use #summary
  12. scapegoat

    Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.

    v2.3.0 650 #binary-search-tree #stack #fallible
  13. cargo-call-stack

    Static, whole program stack usage analyzer

    v0.1.16 #call-graph #call-stack-analysis #stack #analysis
  14. cheminee

    Molecule indexing and search

    v0.1.52 3.2K #search-indexing #chemistry #search-index #molecule #stack #docker
  15. pancakestack

    Pancake Stack esoteric programming language

    v0.6.1 650 #interpreter #pancake #stack #parser #esoteric
  16. st3

    A very fast lock-free, bounded, work-stealing LIFO queue

    v0.4.1 3.4K #work-stealing-queue #lock-free-queue #bounded #stack #lock-free
  17. task-heap

    stack tasks and pop them randomly

    v1.1.4 #task #stack #task-list #pop #random #push-pop
  18. cdk-ansible

    generate Ansible playbooks from Rust code

    v0.3.6 2.4K #ansible #stack #generator #play #playbook #playbooks #cdk
  19. seq-core

    Core runtime library for stack-based languages (Value, Stack, Channels)

    v4.0.3 #run-time #language #core #stack
  20. dfir_rs

    DFIR runtime for Rust, used by Hydro

    v0.15.0 15K #hydro #dataflow #run-time #framework #stack #distributed-systems #intermediate-representation
  21. eta-algorithms

    Low overhead data structures focused on performance

    v1.20.0 1.2K #low-overhead #data-structures #stack #algorithm #x86-64-architecture #pop #benchmarked
  22. lib-sokoban

    Sokoban: compact, efficient data structures packed into contiguous byte arrays

    v0.3.3 8.2K #compact-data-structures #byte-array #graph-structures #graphs #stack #allocator #sokoban #rb-tree #avl-tree
  23. small_hash_map

    A hash map optimized for small collections with automatic stack-to-heap transition

    v1.0.1 #hash-map #stack #adaptive #inline #small
  24. tembo-stacks

    Tembo Stacks for Postgres

    v0.26.9 11K #postgresql #stack #tembo #service #database
  25. data_structure

    implementing and managing common data structures

    v0.1.20 1.8K #stack #linked-list #data-structures #algorithm #sorting
  26. toktrie

    LLM Token Trie library

    v1.5.1 72K #llm-token #trie #recognizer #prefix-tree #stack #structured-outputs
  27. uni-core

    Core interpreter library for the Uni programming language

    v0.0.12 #interpreter #homoiconic #forth #embedded #stack
  28. loga

    Combined logging and error handling

    v0.5.4 1.7K #error-logging #error-context #attributes #stack #store
  29. uwd

    Call Stack Spoofing for Rust

    v0.3.5 #spoofing #redteam #rust #stack #windows
  30. cactus

    Immutable parent pointer tree

    v1.0.7 43K #immutability #pointers #parent-node #stack #tree #root-node #parent-pointer-tree
  31. stck

    An embeddable interpreted language written fully in rust

    v4.1.0 1.2K #scripting #stack #embedded-programming #language
  32. hypertwobits

    cardinality estimation algorithm

    v0.2.3 200 #stack #sketch #hyper-log-log #cardinality #bit #hashing #substreams #data-structures #128-bit #hasher
  33. techscan

    analyzing and visualizing technology stacks in codes

    v1.0.2 420 #stack #technology #analyzing #visualize #language #reporter #json-format #exclude #file-pattern
  34. fastvec

    A high-performance vector crate tuned for small data sizes

    v1.1.0 #stack-vec #stack #vec #small
  35. webrtc-util

    WebRTC.rs stack

    v0.17.1 311K #web-rtc #stack #utilities #transport #async #pion
  36. smox

    Box that stores small objects inline and bigger objects on the heap using Box, Rc or Arc, with CoW semantic

    v0.5.0 #copy-on-write #stack #box
  37. second-stack

    A fast allocator for short-lived slices and large values

    v0.3.5 21K #memory-management #slice #stack
  38. stackaddr

    Self-describing, layered network address representation, with flexible protocol stacks

    v0.8.0 #network-protocol #address #stack #network-stack
  39. uefi_corosensei

    A fast and safe implementation of stackful coroutines. This is a fork adapted to work in a UEFI environment.

    v0.1.4 2.1K #coroutine #stack #generator
  40. uni-cli

    Command-line REPL and interpreter for the Uni programming language

    v0.0.12 #interpreter #repl #embedded #stack #language-interpreter
  41. bund

    Interpreter and CLI for a Virtual Machine for BUND programming language

    v0.21.0 1.7K #lambda #stack #dynamic #concatenative
  42. bufio

    std::io::Write for your potentially uninitialized slice of memory

    v0.2.0 2.7K #stack #memory #api-bindings #write
  43. stackr-rs

    A stack-based interpreter to be embedded in your application. Heavily inspired by Forth.

    v0.1.14 700 #embedded-scripting #interpreter #forth #stack #embedded
  44. terrars

    Terraform in Rust

    v0.1.13 230 #terraform #stack #output #schema #provider #cdk #javascript #typescript
  45. suika

    web stack for building web applications

    v0.1.14 750 #web-server #web-apps #stack #middleware #template #toy #arc #this-stage
  46. stack_collections

    Stack-allocated collections for Rust

    v0.3.2 #collection #no-alloc #stack #no-heap
  47. copy-stack-vec

    A no_std, fixed-capacity, stack-allocated Copy vector for Copy types, with no unsafe code by default

    v0.1.0 #copy #embedded #stack
  48. yashiki-layout-tatami

    Master-stack tiling layout engine for yashiki window manager

    v0.12.0 #window-manager-layout #yashiki #layout-engine #tiling-window-manager #stack
  49. wasmgdb

    gdb for WebAssembly

    v0.2.2 1.5K #coredump #gdb #stack #wasm #debugging
  50. repose-navigation

    Navigation (Nav3-like) for Repose

    v0.13.1 #webview #repose #native-ui #transition #stack #desktop #wgpu #remember #declarative-ui #reactive-signal
  51. moos

    Memory-Optimized Objects and Strings (MOOS)

    v0.3.0 #string-optimization #stack #memory #performance
  52. pelican_ui

    Standard UI tools and components built off Pelican UI of the RAMP stack

    v2.1.0 #ui-component #ramp #stack #built #ui-framework #pelican #interactive-ui
  53. sigi

    An organizing tool for terminal lovers who hate organizing

    v3.7.1 2.5K #todo #stack #organization
  54. ropr

    A blazing fast multithreaded ROP Gadget finder. ropper / ropgadget alternative

    v0.2.26 #rop-gadget-finder #rop-chain #multi-threading #binary-exploitation #stack #assembly-instructions #ret
  55. sfn-ng

    Rust replacement for sfn with more features

    v0.2.29 1.7K #tags #region #replace #config #stack #sfn #fossa #projekt
  56. cardinal-uxn

    Uxn CPU interpreter

    v0.6.0 #uxn #cardinal #interpreter #cpu #stack #clippy #midi #notes #sample-rate
  57. combo_vec

    A blazingly fast no-std vector-like ADT using the stack (and optionally heap for overflow)

    v0.9.0 950 #vec #stack #stack-array #combo #heap-allocator #stack-overflow #stack-allocated #stack-allocation #vector-like #vector-array
  58. u8pool

    Stack for u8 slices in a client-provided buffers

    v1.1.2 #memory-pool #zero-allocation #embedded #stack
  59. bump-stack

    A stack implementation using bump allocation

    v0.5.0 #lifo #stack #bump
  60. miny

    Box<T> with small value optimization

    v2.1.0 #stack #dst #box
  61. cala-tracing

    Tracing library powering cala stack

    v0.13.20 1.5K #tracing #stack #powering #cala
  62. stackaroo

    Swap out of the OS-provided stack

    v1.2.0 #unsafe #stack #macro #utilities #macro-utilities
  63. presentar-widgets

    Widget implementations for Presentar UI framework

    v0.3.4 1.0K #ui-framework #widgets #presentar #charts #stack #brick #layout-engine #apr #metrics #visualization
  64. heart

    Hypermedia-based web development of the 1990 future!

    v0.1.21 1.3K #web #stack #html #future #store #template-engine #web-server #web-apps #javascript #distributed
  65. unwinder

    Call stack spoofing for Rust

    v0.1.4 320 #call-stack-spoofing #spoofing #stack
  66. stackathon

    The interpreter for the Stackathon language

    v0.5.0 #interpreter #stack #print #string #block #language-interpreter
  67. stack-graphs

    Name binding for arbitrary programming languages

    v0.14.1 210 #programming-language #name-resolution #stack #bindings
  68. escapegoat

    Safe, fallible, embedded-friendly ordered set/map via a scapegoat tree. Validated against BTreeSet/BTreeMap.

    v1.0.0 #btree-map #stack #fallible
  69. stack_dst

    A wrapper that allows storage of unsized values of up to a fixed size inline (without boxing)

    v0.8.1 4.2K #dst #stack-allocation #stack
  70. german-str

    small-string optimized string type with fast comparisons

    v1.0.0 #string #compare #byte-string #stack #prefix #heap-buffer #12 #small-string #smol-str
  71. axl

    Stack-aware developer workflow CLI

    v0.1.0 #stack #workflow #verb #detect #execute #marker #doctor #dev-tools #reinstall #test-suite
  72. tiny-vec

    Small vector optimization

    v0.10.1 #collection #dynamic-arrays #optimization #array #stack #stack-allocated #number-of-elements
  73. deepsize

    measuring the total size of object on the stack and heap

    v0.2.0 225K #stack #heap-size #size
  74. rostl-datastructures

    Oblivious data structures for secure and efficient computation

    v0.1.0-alpha9 #oblivious #data-structures #stack #tee #rostl #oram #trusted-execution-environment
  75. rocstr

    An immutable fixed capacity stack based generic copy string

    v0.6.2 200 #immutability #stack-string #stack #string #immutable
  76. utote

    Stack allocated uint multiset, with optional SIMD implementations

    v0.6.1 #stack #multiset #collection #simd
  77. stackbox

    &owning references in stable Rust - no_std-friendly Box

    v0.2.2 3.1K #move #own #stack #unsized-rvalues
  78. smol_strc

    smol_str forks, replace Arc with Rc

    v0.3.5 #smol-str #inline #string #small #stack
  79. bundcore

    BUND programming language API

    v0.7.0 290 #concatenative #stack #lambda #dynamic #language
  80. qstr

    Cache-efficient, stack-allocated string types

    v0.2.0 #string #utf-8 #embedded #stack
  81. zon_middleware

    part of a new WIP, very incomplete async http service stack

    v0.0.6 340 #async #part #stack #service #incomplete
  82. undo_stack

    A minimal undo stack for user defined types

    v0.2.4 900 #undo #undo-redo #stack #user-defined #restore #warnings
  83. stack-arena

    A fast, stack-like arena allocator for efficient memory management, implemented in Rust

    v0.12.0 340 #arena-allocator #performance #stack #memory-allocator
  84. rustile

    Window Tiling Manager with Rust on x11 for now

    v0.0.4 #tiling-window-manager #x11 #stack
  85. staticvec

    Implements a fixed-capacity stack-allocated Vec alternative backed by an array, using const generics

    v0.11.9 300 #stack #vec #array
  86. fairqueue

    Spatially distancing fair queue. A kind of queue for sequential round-robin processing.

    v0.2.0 #stack #algorithm #data-structures #queue
  87. arraystring

    Fixed capacity stack based generic string

    v0.3.0 38K #stack-string #stack #generic
  88. rns-crypto

    Cryptographic primitives for the Reticulum Network Stack

    v0.1.3 #cryptography #reticulum #cryptographic-primitives #networking #stack #network-stack
  89. rust-simple-stack-processor

    stack processor emulator written in Rust

    v0.10.0 500 #emulation #processor #stack #emulator
  90. stackmap

    A fast stack-only hashmap for small high-performance scenarios

    v0.1.2 200 #hash-map #heap-allocator #stack #performance-critical #fixed-capacity #cache-locality #stack-only #probing #compile-time #memory-management
  91. bund_language_parser

    BUND programming language parser

    v0.13.0 #stack #concatenative #dynamic #lambda
  92. scriptful

    A minimalist, no_std stack machine library for interpreting domain specific interpreted languages

    v0.4.0 #stack #dsl #machine
  93. microstr

    Stack-allocated string with fixed capacity

    v0.4.0 120 #utf-8 #string #stack
  94. esp-hal-mdns

    mdns lookup stack for esp-hal

    v0.1.4 #mdns #esp-hal #stack #udp-socket #lookup #embassy-net #bind-port
  95. lmrc-auth

    Authentication framework for LMRC Stack applications

    v0.3.16 #authentication-framework #axum-middleware #lmrc #handler #stack #authentication-provider #ldap #oauth #postgresql #logout
  96. uiua_parser

    Uiua parser implementation

    v0.18.1 100 #uiua #apl #array #stack #language
  97. tui-framework-experiment

    An set of harmonious Ratatui widgets with a goal of building a proper widget framework

    v0.4.0 3.3K #ratatui-widgets #goal #stack #container #building #harmonious #button #mouse
  98. lorawan-device

    LoRaWAN device stack implementation

    v0.12.2 #lora #lorawan-radio #stack #embedded #devices #retries #iot
  99. communitas-ui-service

    UI service layer for Communitas - bridges core logic to GUI stacks

    v0.8.4 #service-layer #stack #communitas #dioxus #gui #core-logic
  100. rust_multistack

    Support for two-dimentional stacks for the Rust programming language

    v0.33.0 #stack #value #data-structures
  101. zon

    part of a new WIP, very incomplete async http service stack

    v0.0.4 220 #async #service #part #stack #incomplete
  102. rust_multistackvm

    Stack-based virtual machine on top of rust_multistack crate

    v0.38.0 #stack-vm #lambda #vm #execute #stack
  103. bankarr

    Array-like but growable vectors

    v0.8.0 270 #bank #stack #arrayvec #vec #stack-vec #stack-array #small-vec
  104. stack_maxima_parser

    Parser for the Modified Maxima syntax used in STACK

    v0.1.5 #maxima #stack #parser
  105. inline-str

    Efficent and immutable string type, backed by inline-array

    v0.5.0 200 #string #database #compact-string #stack #compact
  106. freertos-build

    lib for building & using FreeRTOS in rust projects inside the build.rs

    v0.6.0 #free-rtos #build #rust-projects #stack #directory #timer #preemption #priorities
  107. runeforge

    Blueprint to optimal stack JSON converter - Part of Rune* Ecosystem

    v25.8.0 #devops #blueprint #stack #infrastructure #architecture
  108. zerogc-context

    Handles the context of a zerogc collector

    v0.2.0-alpha.7 #garbage-collection #zero-overhead #lifetime #stack #context #zerogc #shadow #happen #his #freed
  109. sctp-rs

    Idiomatic Rust APIs for Linux SCTP Stack

    v0.3.1 440 #sockets #stack #linux #toolkit #system-api #idiomatic-rust-api #first-class #extension-api #linux-kernel
  110. cortex-m-stack

    Stack usage tools for Cortex-M processors

    v0.2.1 #cortex-m #stack #no-alloc #arm
  111. wownero-epee

    working with epee-encoded data

    v0.2.0 #encoded #epee #stack #object #decoding #proc-macro
  112. ipstack-geph

    Asynchronous lightweight userspace implementation of TCP/IP stack for transparent proxies

    v0.2.9 110 #tcp #transparent-proxies #userspace #stack #ip #geph #package-ecosystem
  113. abin

    working with binaries and strings. The library tries to avoid heap-allocations / memory-copy whenever possible by automatically choosing a reasonable strategy: stack for small binaries;…

    v0.1.6 #rc #binary-string #stack #binary #string
  114. mutcursor

    Safely stores mutable references to parent nodes, for backtracking during traversal of tree & graph structures

    v0.4.0 #stack #tree #backtacking #tree-traversal
  115. rsps

    A command line tool to list and debug running Rust processes

    v0.6.0 370 #debugging #running #debugging-tool #process-tree #stack #command-line-tool
  116. compose_core

    The Compose Language implementation

    v0.1.2 #stack #concatenative #programs #language #composing #stack-based #execution-context #functional-programming #dataflow
  117. foa

    An experimental IEEE 802.11 (WLAN) stack for rust on the ESP32

    v0.1.1 #wifi #esp32 #stack #experimental #wlan #sta
  118. stck-interpreter

    An interpreter for the stck language

    v1.1.0 150 #interpreter #programming-language #stack #language-interpreter
  119. stack-db

    A (basically) infinitely stacking & extendable CoW database that has both readonly safety and incredible write speeds at the same time

    v0.3.5 370 #database #stack #readonly-history
  120. tinymap

    A map structure that stores its data on the stack

    v0.4.0 #stack #hash-map #store #arrayvec #binary #tiny-vec
  121. rust_twostack

    Support for two-dimentional stacks for the Rust programming language

    v0.15.0 420 #stack #dynamically-typed #data-structures #hold #stack-based #data-pipeline #analyzing
  122. game_stat

    handling stats that can change with modifiers, most commonly seen in games

    v0.2.2 #statistics #modifier #change #increase #stack
  123. suika_templates

    template engine for the suika web stack

    v0.1.6 370 #template-engine #suika #stack #template-context #render-template #user-name
  124. almighty-push

    Automated jj stack pusher and PR creator for GitHub

    v0.1.0 #jj #github #stack #pusher #pr
  125. riscv-stack

    Stack usage tools for RISCV processors

    v0.2.2 #risc-v #stack #no-alloc
  126. bund_stdlib_analysis

    Numeric and text analysis for BUND programming language

    v0.2.0 #concatenative #lambda #dynamic #stack #language
  127. nstack

    Arity 4 stack for the kelvin merkle toolkit

    v0.16.0 170 #merkle #stack
  128. suika_server

    A server library for the suika web stack

    v0.1.8 480 #web-server #suika #stack #future #api #arc
  129. stkd-db

    Database abstraction layer for Stkd - supports SQLite and PostgreSQL

    v0.1.0 #sqlite #abstraction-layer #postgresql #database-abstraction-layer #stack
  130. tiny-str

    Small string optimization

    v0.10.1 #string-optimization #tiny-vec #stack #collection #tiny-string #dynamic-arrays
  131. rns-cli

    CLI tools for the Reticulum Network Stack

    v0.1.4 #cli #shared #reticulum #stack #network-stack
  132. examples

    WebRTC.rs stack

    v0.17.1 #web-rtc #stack #pion #rewrite
  133. solstack

    Enables management of your app's or game's control flow through a simple state stack machine

    v0.3.2 #state-machine #stack #ecs #game-state
  134. str_stack

    string allocator for allocating many write-once strings. This library is primarily useful for parsing where you need to repeatedly build many strings, use them, and then throw them away…

    v0.1.0 2.3M #string #stack #dst
  135. suika_json

    A JSON handling library for the suika web stack

    v0.1.5 330 #json #json-parser #suika #stack #array-string #web-apps #json-array
  136. hexga_array_vec

    A vector with fixed capacity, backed by an array based on arrayvec

    v0.0.11-beta.53 #stack #vector-array #array
  137. rns-hooks

    WASM hook system for the Reticulum Network Stack

    v0.1.2 #hook-system #wasm #reticulum #networking #stack #network-stack
  138. qc

    An enhanced RPN cli tool for quick binary, octal, decimal, hexadecimal calcs

    v1.0.0 #reverse-polish-notation #hex #decimal #endian #stack #octal #rpn #calcs #tool-for-quick #rpn-calculator
  139. stackvector

    StackVec: vector-like facade for stack-allocated arrays

    v1.1.1 2.0K #stack-vec #vec #no-std #stack
  140. stackvec

    stack-allocated Vectors (performance and/or no-std)

    v0.2.1 180 #vec #inline #stack
  141. webrtc-signal

    Examples of WebRTC.rs stack

    v0.17.1 #web-rtc #stack #async-friendly
  142. position_preserving_moodle_question_xml_edit

    Diff-friendly Moodle question.xml editor library. For those situations where you only want to touch the contents of one element and leave the rest of the XML as it was.

    v0.1.2 #xml #moodle #stack
  143. deepsize2

    measuring the total size of object on the stack and heap

    v0.1.0 800 #stack #size #heap
  144. treiber_stack

    A lockless, thread-safe, atomic linked-list

    v1.1.1 220 #stack #lockless #concurrency #treiber
  145. profile-bee-tui

    Terminal-based flamegraph viewer for profile-bee (forked from flamelens)

    v0.3.2 #tui #viewer #flame-graph #profile-bee #stack #profiling
  146. ensf594-project-mmap

    Final project for the ENSF 594 course of the University of Calgary, summer 2022

    v0.5.0 #data-structures #linked-list #stack #binary-search-tree #university #doubly-linked-list #avl-tree #min-heap #list-stack #summer
  147. hecate-common

    Common data structures for the hecate vm

    v0.4.0 370 #instruction-set #vm #register #bytecode #stack #l1-cache #hecate #l2-cache #l3 #syscalls
  148. astack

    offers a Stack data structure with fixed capacity capable of fast LIFO operations

    v0.3.5 390 #stack #lifo #no-alloc
  149. celsium

    building interpreters

    v0.1.7 #stack #interpreter #interpreters #bytecode
  150. suika_mime

    handling MIME types in the suika web stack

    v0.1.2 160 #mime #suika #stack #file-extension #applications #web-apps
  151. cftail

    Tail CloudFormation deploys

    v0.9.3 250 #amazon-cloudformation #deployment #date-time #tail #stack #today #yesterday
  152. euph

    A functional stack-based programming language

    v0.1.0 #functional #euphrates #language #stack
  153. local_vec

    fixed-capacity vector allocated on the stack

    v0.5.0 #buffer #stack #small #optimization
  154. zense

    Lightweight web stack

    v0.0.2 110 #stack #web #production-ready
  155. ts-error-stack

    error stacks for better reporting

    v0.1.0 #stack #reporting #better
  156. async-wormhole

    Async calls across non-async functions

    v0.3.7 #sync #call #wasm #stack #closures #async-execution #yielder
  157. spin4

    esoteric programming language that uses 4D rotations for computations

    v0.0.3 100 #esolang #rotation #4d #computation #stack #accumulator
  158. stack_box

    store unsize struct on stack with static check

    v1.5.1 400 #stack #compile-time #unsize #check #store #debugging
  159. microstack

    The simplest and the fastest implementation of a fixed-size stack on stack

    v0.0.7 100 #stack #fastest #memory
  160. scoped_stack

    A scoped stack data structure

    v1.2.1 #stack #scoped #stack-data-structure
  161. polished_gdt

    Global Descriptor Table (GDT) management for the Polished OS project

    v0.1.2 #global-descriptor-table #stack #x86-64 #tss #os #data-structures
  162. tinybitset

    Generic implementation of small, fixed size, copyable bitsets

    v0.0.2 #stack #small #bitset
  163. zenoh-router

    The zenoh router

    v0.5.0-beta.7 #zenoh #pub-sub #distributed-storage #stack #query #geo-distributed #zero-overhead #data-structures
  164. bund_stdlib_text_classifier

    Text classification using Bayes classifier for BUND programming language

    v0.5.0 120 #stack #concatenative #lambda #dynamic #language
  165. roost_ui

    roost UI

    v2.0.6 #roost #ui #stack #information #interactive #interactive-applications #quick-start-guide #cross-platform-ui #rust-first #ramp
  166. zenoh-collections

    Internal crate for zenoh

    v1.7.2 77K #zenoh #stack #robotics #warnings #zenoh-ext #main-repository #edge-computing #public-api #pub-sub #ros2
  167. Try searching with DuckDuckGo.

  168. stack

    DSTs and arrays on the stack!

    v0.4.0 #small-vec #dst #vec
  169. suika_utils

    A small utility library for the suika web stack

    v0.1.2 170 #suika #parse-url #query-string #stack #web #experiment #waker
  170. ripclip

    Stack based clipboard replacement

    v0.7.0 #stack #clipboard
  171. s2n-quic-platform

    Internal crate used by s2n-quic

    v0.75.0 21K #s2n-quic #platform #abstraction #running #stack
  172. elise

    A concurrent GC

    v0.1.1 #garbage-collection #stack #concurrency #memory-safety #store #interior-mutability
  173. cargo-primestack

    help run the prime stack

    v0.1.1 #stack #prime #image
  174. calf-vec

    Small copy-on-write arrays, essentially combining SmallVec and Cow

    v0.3.1-beta #small-vec #vec #stack #stack-vec #vector-cow
  175. switcheroo

    Lightweight userland context switches

    v0.2.9 #context-switch #stack #x86-64 #arm64 #windows #userland
  176. llvm_stackmap

    capable of parsing stack maps emitted by the LLVM compiler

    v0.1.5 #llvm #maps #parser #stack #emitted #stack-map
  177. stack-buf

    Vector-like facade for arrays allocated entirely on the stack

    v0.1.6 5.0K #vec #stack-vec #string #stack
  178. harborc

    A language that ports: targeting your thermostat, UFO, and kitchen sink

    v0.1.1 #brainfuck #stack #pointers #mir #port #ufo #examining #thermostat #kitchen #unsigned-integer
  179. roussillon-memory

    Memory utility for the roussillon language

    v0.1.4 350 #memory-region #heap-memory #stack #reference #region
  180. hopframe

    easy wrapper for framehop

    v0.2.0 #framehop #stack #aslr #unwinder #symbolize #arm64 #tokio-runtime #unwinding
  181. p5

    A tui client for Pulumi

    v0.10.0 650 #pulumi #tui #workspace #stack #stack-operation #command-prompt #preview #destroy #authentication
  182. tk-http

    A full-features asynchronous HTTP implementation for tokio-rs stack, including websockets

    v0.3.9 #async #stack #tokio-rs #websocket-client #websocket-server #tokio-http #web-server #web-api #unix-socket
  183. numlang

    A compiler for an esolang that uses hexadecimal

    v0.1.3 #esolang #hex #value #stack #pointers
  184. thumb2-stack-size

    estimates stack space requirements of thumb2 programs

    v0.1.1 #size #stack
  185. unstacked

    Lock-free, no-std concurrent stack for Rust

    v0.1.2 #lock-free #stack #concurrency #tagged-pointers #aba
  186. stkd-github

    GitHub integration for Stkd

    v0.1.0 #oauth #github-integration #github-api #stack #devices #merge-request #pull-request #ci-cd #github-actions
  187. arraybox

    A box with fixed capacity, backed by a byte array (it can be stored on the stack too). Implements fixed capacity ArrayBox.

    v0.1.4 750 #stack #union #box
  188. inplace-box

    A stack-allocated container similar to Box but without heap allocation

    v0.2.1 100 #trait-object #type-erased #box #inline #stack
  189. fixstr

    fixing strings

    v0.0.3 420 #no-heap #stack-string #stack #embedded #fixed
  190. chicken_esolang

    An interpreter for the esolang Chicken

    v0.1.2 #esolang #interpreter #chicken #backwards-compatible #stack
  191. u4

    nibble (4-bit integer) library, with packed representations

    v0.1.2 210 #nibble #integer-representation #4-bit #packing #stack
  192. dynstack

    A stack for trait objects that minimizes allocations

    v0.4.0 500 #trait-object #stack #allocation #minimizes #replace #debugging
  193. stack-array

    A data structure for storing and manipulating fixed number of elements of a specific type

    v0.4.1 #collection #array #stack
  194. rust-ds

    Custom data structures crate for Rust

    v0.2.1 100 #linked-list #data-structures #hash-table #double #stack
  195. substack

    Stackbound iterable linked list for heap-free recursive algorithms

    v1.1.1 180 #algorithm #linked-list #recursion #stack #iterable #list-stack
  196. atomic-try-update

    Primitives that make it easy to implement correct lock-free algorithms

    v0.0.2 #stack #lock-free #scheduler #mutual-exclusion #linearizable
  197. small_vec2

    Vector on the stack or heap need nightly rustc

    v0.1.5 #stack #vec #heap #vector
  198. greentic-integration-core

    Greentic integration tooling and test runner

    v0.4.30 #integration-tests #greentic #test-runner #substitution #stack
  199. generic-arrayvec

    Interop between the arrayvec and generic_array crates

    v0.4.0 #arrayvec #generic-array #stack #vec
  200. chasement

    A small interpreted language to simulate a push down automaton with 2 stacks

    v0.1.0 #stack #automata #language #theory
  201. static-box

    A stack-allocated box that stores trait objects

    v0.2.0 140 #trait-object #stack #no-std #box
  202. capped_collections

    Collections with compile-time set capacities

    v0.1.0 #collection #array #capped #stack #capacity
  203. arrayvec-const

    A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.

    v0.7.7 1.4K #stack #vector-array #vector
  204. zon_fs

    part of a new WIP, very incomplete async http service stack

    v0.0.3 190 #async #service #http #stack #part
  205. nanobox

    NanoBox optimization: store small item on stack and fallback to heap for large item

    v0.1.0 #stack #dst #box #no-std #alloc
  206. mutica-core

    Core library for the Mutica programming language

    v0.2.5 #programming-language #style #check #stack #namespaces #functional-programming #constraint-system #statically-typed #cps #subtyping
  207. xstack-quic

    The quic transport implementation for xstack

    v0.2.17 280 #quic #xstack #network-protocol #p2p #stack #quic-protocol #network-stack
  208. colliflower

    Implements various collection data structures

    v0.1.0 #stack #data-structures #collection #map
  209. stack-debug

    An experimental Rust crate with a macro for instrumenting functions to print stack sizes to debug stack overflows

    v0.1.0 #stack-usage #analysis #stack
  210. lwip

    Rust bindings for the lwIP TCP/IP stack

    v0.3.15 100 #tcp-stream #udp-socket #stack #ip #send #remote-addr #stream-sink
  211. starb

    STAtic Ring Buffers

    v0.3.1 #ring-buffer #stack #embedded #structures #allocated
  212. kona-derive

    A no_std derivation pipeline implementation for the OP Stack

    v0.4.5 #derivation-pipeline #blockchain #l1-origin #ethereum #stack #chain-provider #pipeline-builder #blob-provider #test-utils
  213. linked_lists_rs

    various data structures using linked lists in rust

    v0.1.2 #linked-list #stack #stack-queue #queue #list-stack
  214. sola

    A 16-bit stack machine and forth language

    v0.1.0 #16-bit #vm #language #forth #stack
  215. zon_router

    part of a new WIP, very incomplete async http service stack

    v0.0.2 100 #async #http #service #stack #part
  216. stacking

    using a stack datastructure in rust

    v0.2.5 #stack #stack-data-structure #push-pop #node #data-structures
  217. op-alloy-provider

    Interface with an OP Stack blockchain

    v0.24.0 118K #ethereum #blockchain #op #stack #adopted