David Haig

Results 47 comments of David Haig

Ok the major refactor is done for now. I'm not 100% happy with it (ideally I would like to get rid of all the lifetimes if the `alloc` feature is...

Thanks for your changes, they look good! My apologies for taking my time in getting back to this.

Don't be sorry, this is one of the trickiest areas of Rust to head your head around. Part of the reason why async was so difficult to implement and why...

Nice one, glad I could help! > " // TODO: how long should buffer be, supporting segmented send" I've always gone with buffer lengths of 1500 but that doesn't leave...

> Amazingly detailed answer - really appreciate it! Wrapping my head around lifetimes (and references not just being pointers) is proving challenging but I've made a lot of progress in...

After a major refactor I have added the `alloc` feature to the crate and enabled it by default. This means that all BACnet objects are fully owned (that lifetime attached...

Does the above make sense? Ok to close this now?