miniserde

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

Miniserde Alternatives

Similar projects and alternatives to miniserde

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better miniserde alternative or higher similarity.

miniserde reviews and mentions

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 2023-02-21.
  • Hey Rustaceans! Got a question? Ask here (8/2023)!
    11 projects | /r/rust | 21 Feb 2023
    It's pretty common to avoid macros as they can seem too magical a lot of the time. And with traits, there's experiments like miniserde which specifically avoid monomorphization overhead. I also see people who want to avoid having lots of dependencies relatively often.
  • venial 0.1 - A lightweight alternative to syn
    5 projects | /r/rust | 10 Mar 2022
    Right now, the next step would be to try to reimplement miniserde with venial, and publish benchmarks.
  • Rust takes a major step forward as Linux's second official language
    17 projects | /r/programming | 7 Dec 2021
  • The Serde Rust Framework
    14 projects | news.ycombinator.com | 14 Oct 2021
    The only downside is compile time bloat.

    Serde generates heaps and heaps of generic code. This gets optimized away to be very efficient, but it can be quite cumbersome.

    Ever tried working on a crate with hundreds or thousands of de/serializable types? Compile times shoot through the roof really quickly.

    The maintainer of serde also created `miniserde` [1], which uses dynamic dispatch and can have 4x compile time improvements.

    Due to Rusts lack of orphan instances you really depend on a pervasive standard for serializiation which is used by all libraries, so the ecosystem is really locked in to serde by now.

    [1] https://github.com/dtolnay/miniserde

  • A note from our sponsor - WorkOS
    workos.com | 25 Apr 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more β†’

Stats

Basic miniserde repo stats
4
717
7.2
15 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com