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

merde

> 编程语言
开源

通过声明性宏进行数据 (de)序列化

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

工具介绍

通过声明性宏进行数据 (de)序列化

⚠️ DEPRECATED: This project is no longer maintained.

Please use facet instead.

merde

Logo by MisiasArt

A simpler (and slightly shittier) take on serde

Do you want to deal with JSON data? Are you not that worried about the performance overhead? (ie. you're writing a backend in Rust, but if it was written in Node.js nobody would bat an eye?).

Do you value short build times at the expense of some comfort?

Then head over to the crate documentations:

  • merde
  • merde_json
  • merde_yaml
  • merde_msgpack

FAQ

What's with the name?

It's pronounced "murr-day", because we're merializing and demerializing things.

It's also something you may hear a French person yell when they're sick of waiting for things to build, just before "j'en ai marre!!"

Why?

I value iteration times (re: builds, etc.) more than I value microseconds saved deserializing JSON payloads — I got tired of proc macros getting compiled, parsing all my code, generating a ton of generic code of their own, etc.

I also wanted a nice, ergonomic Value type that isn't quite tied to JSON, for when you just can't be arsed deriving your own structs.

The declarative macro approach is less flexible and not so DRY but so much lighter. Some more subtlety might be added later, who knows.

License

This project is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).

See LICENSE-APACHE and LICENSE-MIT for details.

Issues· 0 开放

查看全部 Issues在 GitHub 打开

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

> 标签

Rust

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

> 工具信息

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

> 相关工具

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