Lewin Bormann

Results 10 repositories owned by Lewin Bormann

leveldb-rs

482
Stars
55
Forks
Watchers

A reimplementation of LevelDB in Rust (no bindings).

libsocket

780
Stars
196
Forks
Watchers

The ultimate socket library for C and C++, supporting TCP, UDP and Unix sockets (DGRAM and STREAM) on Linux, FreeBSD, Solaris. See also my uvco library for a refreshed version!

yup-oauth2

210
Stars
110
Forks
Watchers

An oauth2 client implementation providing the Device, Installed, Service Account, and several more flows.

photosync

24
Stars
1
Forks
Watchers

Now that Google deprecated the Photos<->Drive synchronization, I need another way to back up my photos locally. This program downloads all photos from your Google Photos account and organizes them loc...

async-google-apis

22
Stars
11
Forks
Watchers

Generate Asynchronous Google API stubs for Rust!

fastcgi-wrappers

18
Stars
4
Forks
Watchers

This repository contains two FastCGI wrappers written in Perl. The first may execute any executable file in the same way CGI does, the second one does inline-eval of Perl scripts to avoid any forking.

integer-encoding-rs

59
Stars
16
Forks
Watchers

Integer encoding for primitive integer types: Supports varint/varint+zigzag and fixed-length integer encoding and decoding, and provides synchronous and asynchronous Write/Read types for easily writin...

memoize

65
Stars
14
Forks
Watchers

Macro for auto-memoizing Rust functions.

sstable

37
Stars
9
Forks
Watchers

sstable stores key-value pairs on disk

tokio-inotify

22
Stars
1
Forks
Watchers

A Stream yielding inotify events, to be run on the tokio framework.