Giter Site home page Giter Site logo

Derives for enums about endian_codec HOT 8 OPEN

xoac avatar xoac commented on July 18, 2024
Derives for enums

from endian_codec.

Comments (8)

Kixunil avatar Kixunil commented on July 18, 2024 1

In a project I worked on some time ago and is frozen currently the messages were coming in the form message_type,payload, where payload size depended on message_type. (It's MDB protocol.) I implemented it manually at that time, but if I ever revive the project and decide to clean up the code, moving it to a derive macro would be nice. I'd definitely do it myself if it happens.

from endian_codec.

xoac avatar xoac commented on July 18, 2024

What is your use-case?
Truly I don't see reason to support enums - bincode is a good way to serialize objects. But if you need specified tags with enum - I will accept this PR.

from endian_codec.

xoac avatar xoac commented on July 18, 2024

Look at nom - it's complicated but powerful crate.

from endian_codec.

Kixunil avatar Kixunil commented on July 18, 2024

How does it solve the enum issue?

from endian_codec.

xoac avatar xoac commented on July 18, 2024

It's alternative proposition for parsing your MDB protocol than resolving derive support for enums.

from endian_codec.

Kixunil avatar Kixunil commented on July 18, 2024

I didn't see any derive support there, did I miss it?

from endian_codec.

xoac avatar xoac commented on July 18, 2024

There is no derive support it works different. I just pointed it out as possible alternative for parsing binary protocol(s) for you and anyone that would looking for similar solution.

I didn't tested it yet but it would probably work on embedded if allocator is available.

There is a great blog post about using nom in version 5.

from endian_codec.

Kixunil avatar Kixunil commented on July 18, 2024

Ah, I see. Yeah, it could be interesting alternative. My code is already written and if it gets unfrozen at any time, I will look into improving it by using nom. But I'd still like enum derives (maybe derives that can be used with nom as well.)

from endian_codec.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.