百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
F

foundations

> 编程语言
开源

Cloudflare 的 Rust 服务基础库。

1.7K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

Cloudflare 的 Rust 服务基础库。

# Foundations

Foundations is a modular Rust library, designed to help scale programs for distributed, production-grade systems. It enables engineers to concentrate on the core business logic of their services, rather than the intricacies of production operation setups. If you need any of those: * logging * distributed tracing * metrics * memory profiling and [jemalloc](https://github.com/jemalloc/jemalloc) allocator * security features, such as [seccomp](https://en.wikipedia.org/wiki/Seccomp)-based syscall sandboxing * service configuration with documentation * CLI helper that takes care of the configuration loading then Foundations is a tool of choice for you. ## Documentation https://docs.rs/foundations/ ## Examples https://github.com/cloudflare/foundations/tree/main/examples ## License BSD-3 licensed. See the [LICENSE](LICENSE) file for details.

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

> 标签

Rust

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言