GeistHaus
log in · sign up

GitHub - tokio-rs/tracing: Application level tracing for Rust.

github.com

Application level tracing for Rust. Contribute to tokio-rs/tracing development by creating an account on GitHub.

15 pages link to this URL
AWS’ sponsorship of the Rust project | Amazon Web Services

We’re really excited to announce that AWS is sponsoring the Rust programming language! Rust is designed for writing and maintaining fast, reliable, and efficient code. It has seen considerable uptake since its first stable release four years ago, with companies like Google, Microsoft, and Mozilla all using Rust. Rust has also seen lots of growth […]

3 inbound links article en Developer Tools Developer ToolsOpen SourceRust
Rust at CNCF

Rust is a systems language originally created by Mozilla to power parts of its experimental Servo browser engine. Once highly experimental and little used, Rust has become dramatically more stable and…

3 inbound links article en
Diagnostics with Tracing

Tokio is a runtime for writing reliable asynchronous applications with Rust. It provides async I/O, networking, scheduling, timers, and more.

Static Web Server

A cross-platform, high-performance and asynchronous web server for static files-serving ⚡

Calculating which 3rd party crates are good candidates for "std" inclusion via "left-pad index"

Patrick Walton proposed the idea of a "left-pad index": I went ahead and crunched the numbers for crates.io, surveying the top 500 crates by recent downloads, dividing that number by the crate size, and coming up with the following results: Per Patrick, here are some good candidates for potential inclusion in std: ...the idea being that it would be safer to rely on the Rust distribution itself, rather than individual maintainers of third-party crates, for this functionality.

1 inbound link website en