• Stars
    star
    1
  • Language
    Rust
  • Created almost 6 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

My rusty bash prompt command.

More Repositories

1

vec1

Rust `Vec<T>` wrapper that gurantees to contain at least 1 element
Rust
68
star
2

maybe-owned

provides a `MaybeOwned<'a,T>` type different to std's `Cow` it implements `From<T>` and `From<&'a T>` and does not require `ToOwned`
Rust
21
star
3

common_macros

(WIP) Provide common macros like `hash_set!`,`hash_map!` etc.
Rust
6
star
4

mail-chars

provids lookup table based char classification for mail related grammars
Rust
4
star
5

quoted-string

This crate provides utilities to handle quoted strings (in Mail, Mime-Types, etc.) in rust.
Rust
4
star
6

checked-command

extension to `std::process::Command` which adds a output/status considering the programs `ExitStatus` when returning a Result
Rust
3
star
7

rust-dynobject

Kind of dynamic Objects for rust. Allowing to create, change and access typed properties with runtime type checks
Rust
3
star
8

build-qrc

A rust build dependency to build and include resources based on the Qt Resource system
Rust
3
star
9

vec-drain-where

An alternative `Vec::drain_filter` implementation
Rust
2
star
10

soft-ascii-string

A wrapper around String/str/char with an is-ascii soft constraint, a violation is no rust safety violation "just" a bug
Rust
2
star
11

external-accessed-stack

A (potentially) stack allocated buffer which can be used for things like DMA or completion based I/O like in io-uring.
Rust
1
star
12

media-type-impl-utils

utils for writing media-type parsers (char lookup table, Quted String Spec, ...)
Rust
1
star
13

DHmacAuth

a HMAC implemention for the scala spray-routes library allowing mutiple keys per user at the same time and distinct key security levels
Scala
1
star
14

total-order-multi-map

A multimap with at the same time keeps the total insertion ordering of all elements
Rust
1
star
15

lut

lut - look up tables for every one (in rust)
Rust
1
star