-
id-arena
id-based arena
-
pg_query
PostgreSQL parser that uses the actual PostgreSQL server source to parse SQL queries and return the internal PostgreSQL parse tree
-
unarray
working with uninitialized arrays
-
css-module-lexer
Lexes CSS modules returning their dependencies metadata
-
deterministic-wasi-ctx
A wasmtime-wasi WasiCtx implementation that is fully deterministic
-
MIPS_disassembly
Takes MIPS machine code and return MIPS assembly
-
freedom-api
Freedom API for Rustaceans
-
standard-error
simplifies returning meaningful errors for axum services
-
tokio_tasks_shutdown
Easily manage and gracefully shutdown tokio tasks while monitoring their return results
-
charname
Incredibly simple library that just gives you the Unicode name for a character
-
unit-ext
Fluent helpers for returning common wrapper values from the unit type
-
unwrap_or
Four easy unwrap Result and Option macros that allow for any inline-scoped code for things like return, continue, and break
-
rercon
RCON library with automatic reconnection support
-
ffizz-string
FFI string implementation
-
flowcontrol
clarifying and simplifying control flow
-
try_map
try_mapandflipmethods forOption. These allow more ergonomic error handling when mapping functions that returnResultoverOption. -
libcrio
A wrapper around the crictl cli to return serde_json objects
-
version
A very simple library who's job is to return the version of your crate if you're building with Cargo
-
type-onion
Merge some lists of types, returning metadata to manage them
-
check
Convenience assert!-like macros which return instead of panicking
-
garlandtools
interacting with the GarlandTools API
-
winnow-regex
A set of winnow parsers backed by the regex crate
-
mdanceio
MMD(MikuMikuDance) compatible implementation targeting at browser through wasm
-
fn-store
A dynamic persistent value store using closure type as key and storing its return value
-
ertrace
Experimental Error Return Tracing for Rust
-
flyr
extracting the thermal data from FLIR images
-
libanubhav
management system written in Rust
-
multi_try
Safely combine results
-
return_crusher
A shitty tool to crush a function body into (technically) one return statement using tree-sitter. Won't work for non GNU C syntax or loop with exits or returns.
-
stream-find
Add a
findandfind_mapmethods to any stream -
nstd_gui
NSTD windowing crate
-
html_tag
An Enigmatic Way to use HTML in Rust
-
wrappinghashset
HashSet that remembers the last key it returned with its iterator and subsequently will wrap around and only return all of the keys once per call. This is useful if you want to use a set both via hashing…
-
lambda-router
help with routing http-api-gateway requests to handlers in the same lambda that receive and return json
-
from-string
that provides a FromString trait with a String to String noop
-
sha-to-hex
function to encode string using secret and return hex string
-
portal-solutions-id-arena
id-based arena
-
wait-counter
A counter allow you to wait, and return when it reach 1
-
nstd_math
NSTD math crate
-
microasync
Very small async runner
-
streamparser
Adapt simple stream parsers for different types of streams
-
enum_variant_name_const
Proc-macro that adds a const fn returning the variant name of an enum
-
ech
Take in a TCP / HTTP request and return the raw request in the body, and log to stdout. No dependencies
-
warlock
Arena allocation optimized collections
-
unwrap_helpers
Helper macros for unwrapping
-
asciis
ASCII base on RFC20. Just ord() and chr()
-
include_walk
Include directory recursively using include_str! or include_bytes!
-
ad-hoc-result
that extends the standard Result type with an AdHoc variant for returning fallback values alongside errors
-
future-wrap
A minimal crate that lets you wrap a future to track each poll and modify the outcome
-
spatialite-rs
Wraps the sqlite crate, so that when you call spatialite_rs::open it will load mod_spatialite.so into the connection before returning
-
minimal-http-responder
A minimal HTTP responder
-
rs-masscode
command line tool and library for masscode (querying)
-
easy_linked_list
easy linked list is easy to work
-
my-essentials
that simplifies things
-
swimos_errors
SwimOS Error Utilties
-
dynamic-pool
a lock-free, thread-safe, dynamically-sized object pool
-
hysteresis
state-oriented hysteresis loop returning the next direction from provided measurement
-
yeah
CLI tool to return the vendor name for a given MAC address
-
take_mut
Take a T from a &mut T temporarily
-
signum-sign
Adds the signum function to Rust
-
ctx-thread
Cooperative, scoped threads based on crossbeam and golang’s context package
-
mincache
Minimal function return caching crate
-
fmt-log
Macros for logging to the console, but also returning the formatted string
-
status-return
Returns the status code given as an argument
-
nstd_thread
NSTD threading crate
-
fn_overloads
Create functions with varying arguments and return types. Please don't use this.
-
what-i-want
Some tools to help with the return value
-
and_then_some
extension trait for
boolwith methods that returnOption<T> -
safe_shl
left bit shifts without dropping bits
-
jonson
Please add to and return
-
duktape
Embedded JavaScript interpreter with a small footprint
-
weak-alloc
A custom allocator that can be given ownership of data, returning a WeakRef
-
vec_once
A struct that iterates over a Vec<T>, returning each item exactly once and allowing the underlying Vec<T> to be mutated safely, that's it
-
sveppa-bencode
A zero dependency bencode library
-
ttype
quick macro for printing or returning the type of a variable
-
staging_core
Procedural macro for better validation
-
fixed_pool
Fixed-size object pool with ownership and return semantics
-
lib-hello
Having dual function two return value as a condition
-
emojicode
Convenience wrappers for emojicode-sys
-
python-type-hints-checker
Checks Python files for missing type hints in function parameters and return values
-
memoize-inner
Helper crate for memoize
-
t_bang
macros for getting the type of a resource,
t!(variable)will return the type as &str -
rtr
manually translate strings in your program
-
WebServer_kevin
web server that use tcp to deal request and return smoe simple content
-
try_future
Convenient short-hand for returning early from
futures-based functions -
yym_test
add one test creator
-
partial-min-max
minandmaxfunctions that work withPartialOrd -
fc-tools-snowflakes
Developer tools for FerrisChat (snowflake parser)
-
async_auto_traits
Assert and mask auto traits in
async fnreturn types -
try_or
Contains helper macros for unwrapping Results and Options
-
enarx-shim-sgx
Enarx SGX shim
-
multiply_nums
Takes two unsigned integers and return their product
-
deserr-internal
Derive macros for Deserr. Use the re-exports from the deserr crate instead.
-
easy-macros-anyhow-result
Easy Macros support library
-
named_return
Derives a wrapper function which insert the named return variables
-
unix-timestamp
Exposes the method
unix_timestamp(), returning the value in seconds -
one-word-server
Serve a word, randomly chosen at startup
-
signal-stack
Install signal handlers using a stack-based model for cooperative signal handling
-
try_from
TryFrom and TryInto traits for failable conversions that return a Result
-
some-error
creating and using anonymous sum types as errors in Rust
-
solders-transaction-return-data
Solders transaction return data crate
-
possibly
Like matches!(), but returning an Option type
Try searching with DuckDuckGo.