Rust Support #215
Replies: 6 comments 5 replies
-
Hey there! I have been wanting to learn Rust, and you're not the only person to ask, so I'm at least a little interested in developing a Rust version in another repository. Most of the applications I need this library for are written in C++ today though, so I'd like to get this C++ version at least to some kind of 1.0 stable state before really considering changing gears or splitting my attention with a Rust version. For what it's worth, I don't think that's particularly far away, as my plan has always been to finish the task controller client and the file server client, do some tidying up, then call that 1.0. Then we can switch from major features more towards full ISO/AEF conformance and bugfixes in subsequent updates, which will allow me some more freedom in how I spend my evenings, haha. So long story short, yes, I'd like to make a Rust version too when I can if life allows. I think more people might contribute as well if it were Rust based, which would be nice. But my priority at least is the C++ version until it's stable and has those last 2 major features working well. |
Beta Was this translation helpful? Give feedback.
-
Hi! I thought I'd also join in here. I've been seeing more and more Rust coming by lately, and as far as I've seen it looks great. Especially the on compile-time memory safety attracts me. Like @ad3154 says, we'd probably be best of releasing a stable version first before switching gears. But I'm definitely down for working on a Rust version as well. I saw that @Thom-De-Jong had started working on a Rust version a while ago, but it seems he already pulled it off GitHub. I'm pleasantly surprised how many people are interested in ISOBUS, and it seems to me that perhaps the most powerful thing to do is to bring it all under a common GitHub organization. I know I already touched on this in #175 but it seemed useful to bring it up here as well. Maybe then we'd have to find another name instead of isobus-plus-plus as well, I don't know. |
Beta Was this translation helpful? Give feedback.
-
Yeah I agree with everything @GwnDaan says. Maybe we do need a more general organization name, which can house the Isobus++ branded stuff, plus whatever else we come up with, and is more open to just people in general who are interested in ISOBUS. I also don't really want my personal account to be the home for all this stuff haha. I am open to ideas on naming for sure, I am not very good with names. |
Beta Was this translation helpful? Give feedback.
-
Converting this issue to a discussion. We still should come up with an organization name so we can place something like a Rust implementation under that grouping. |
Beta Was this translation helpful? Give feedback.
-
I have indeed been working on and off on a rust implementation. Unfortunately, due to my personal life, I do not have a lot of time to consistently work on the project. I quit work on that pure Rust version in favor of a wrapper around this library. The reasoning behind that decision is that it would be less work to get going. It might not be to difficult to rewrite the library in Rust, once the API is stable, and keep it in a separate repository, or maybe just make sure the C++ implementation does not have memory problems. 😝 For now you can follow my slow progress in my repo AgIsoStack-rs |
Beta Was this translation helpful? Give feedback.
-
Please check out this announcement over in the other repo and see what you all think: Open-Agriculture/AgIsoStack-rs#1 |
Beta Was this translation helpful? Give feedback.
-
Hey there!
First of all, a big thanks for this project. ISOBUS for everyone was and is unfortunately still a problem. I have worked with the software library of OSB-Ag and CCI myself and I am glad to see such a project, which offers a reasonable option to write an ISOBUS application.
I am currently working with Rust and would like to implement the majority of my ideas and projects with Rust in the future. The advantages are well known and I think it would be cool if this library could find a way to be one step ahead of other proprietary ISOBUS libraries.
I know that a complete rewrite of this project in Rust would be a lot of work, but maybe we could keep this as an idea/thought for now, since this project is not too far advanced yet and it would be more conceivable at this point than if this project fulfills all the functionalities of the 11783 standard.
Translated with www.DeepL.com/Translator (free version)
Beta Was this translation helpful? Give feedback.
All reactions