miniserde VS darling

Compare miniserde vs darling and see what are their differences.

miniserde

Data structure serialization library with several opposite design goals from Serde (by PoignardAzur)

darling

A Rust proc-macro attribute parser (by TedDriggs)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
miniserde darling
1 3
0 911
- -
0.0 8.1
4 months ago 6 days ago
Rust
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

miniserde

Posts with mentions or reviews of miniserde. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-18.
  • venial 0.2 - A lightweight alternative to syn
    5 projects | /r/rust | 18 Mar 2022
    In parallel, to dogfood my API, I've implemented a fork of the miniserde crate. My initial experience (with some obvious bias) is that venial is roughly as usable as syn for derive macros.

darling

Posts with mentions or reviews of darling. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-28.

What are some alternatives?

When comparing miniserde and darling you can also consider the following projects:

rust-derivative - A set of alternative `derive` attributes for Rust

venial - "A very small syn"

clap-rs - A full featured, fast Command Line Argument Parser for Rust

rust-fsm - Finite state machine framework for Rust with readable specifications

utility-rs - Try impl TypeScript's utility types in rust via proc_macro

quote - Rust quasi-quoting

field_names - proc-macro for accessing struct field names at runtime

todo_by - Compile-time lifetimes for comments.

surrealdb_functions - proc-macro to help with using surrealdb's custom functions

Bytecode - A Rust proc-macro crate which derives functions to compile and parse back enums and structs to and from a bytecode representation