elizas.website ~/ cat about.txt
eliza weisman
Who?
I’m a programmer and occasional artist, based in Oakland, California. I’m interested in systems programming, networking, and programming languages. I’m currently working on open source infrastructure for cloud-native applications at buoyant.io.
What?
The main projects I’m currently working on are:
-
tracing: Application-level tracing for Rust (crates.io|github)
I’m the author and primary maintainer of
tracing
, a collection of libraries for adding structured, contextual, and async-aware diagnostic instrumentation to Rust programs.tracing
and its ecosystem of crates allow collecting structured, machine-readable execution traces from user-defined instrumentation points in Rust programs. This data can be used to generate logs, distributed traces, metrics, and more.tracing
is part of the Tokio project. -
tokio: Rust’s async runtime (website|crates.io|github)
I’m a member of the core maintainer team for Tokio, the pre-eminent asynchronous runtime for the Rust programming language. Tokio provides core primitives for asynchronous, event-driven applications, like async IO, timers, a task scheduler, and synchronization primitives.
-
linkerd: Service mesh for Kubernetes (website|github)
I’m one of the core maintainers of Linkerd 2’s high performance proxy. Linkerd is a service mesh for Kubernetes: an infrastructure layer for distributed applications consisting of lightweight Layer 7 proxies that provide security, observability, and reliability for communication between services, and a control plane for managing them.
-
tokio-console: A debugger for async Rust (github)
I’m the primary maintainer of the the Tokio Console project. The Tokio Console provides a suite of debugging tools for asynchronous Rust applications, built on top of
tracing
.tokio-console
is part of the Tokio project. -
mycelium: A very silly operating system (github)
In my Copious Free Time, I’m working on writing a hobby operating system, called
mycelium
. It runs on x86_64, and executes user programs as WebAssembly modules…or at least, it will, some day. Right now it mostly just prints “hello world” and crashes a lot.
WHERE?
Elsewhere
Contact
- e-mail: eliza (AT) elizas (DOT) website
- address & telephone number available by request