Giter Site home page Giter Site logo

Comments (10)

MathiasKoch avatar MathiasKoch commented on July 19, 2024 3

I would be sad to see that go, as it is the only "feature" keeping me here. I need the no-alloc for my application. That said, i can always just fork. In an idea world, i would just lie to see less fragmentation of ecosystem, not more.

I am also not in a position currently where i have time to look into solving the painpoints, especially as i have still not been presented with the actual pain points, more than "it's a lifetime thing"

from mqttrs.

MathiasKoch avatar MathiasKoch commented on July 19, 2024 1

It could be worth looking into how smoltcp handles their lifetimes using the managed crate.
They have extensive async support, allows alloc free nostd usage, and is also widely used in full-blown std applications.

from mqttrs.

00imvj00 avatar 00imvj00 commented on July 19, 2024

@MathiasKoch @vincentdephily ^^

from mqttrs.

00imvj00 avatar 00imvj00 commented on July 19, 2024

Is there any other way we can resolve this then ? where we can do no-alloc without lifetimes?

from mqttrs.

00imvj00 avatar 00imvj00 commented on July 19, 2024

@MathiasKoch can we use Pin instead of taking lifetime??

from mqttrs.

MathiasKoch avatar MathiasKoch commented on July 19, 2024

My familiarity with Pin is very limited, but i think the issue might be the inner type of said pin? String is not an option, and i don't think Pin<&str> removes the need for the lifetime?

from mqttrs.

00imvj00 avatar 00imvj00 commented on July 19, 2024

Yeah, true. I tried that. Doesn't work. by the way, are you using this in prod? if yes, can i know what kind of prod environment this is being used?

from mqttrs.

MathiasKoch avatar MathiasKoch commented on July 19, 2024

Yeah, we are using it in prod ;)

It's an IIoT device based on STM32, sending data to AWS, with roughly a stack of

Most of it is still work in progress, while the lower level stuff is starting to settle in.

from mqttrs.

00imvj00 avatar 00imvj00 commented on July 19, 2024

awesome. 👍🏽

from mqttrs.

00imvj00 avatar 00imvj00 commented on July 19, 2024

Interesting. Sure I will check it out.

from mqttrs.

Related Issues (20)

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.