Kjetil Kjeka

Results 11 issues of Kjetil Kjeka

My assumption is that it will be simpler to merge this project into Rust if it is licensed the exact same way (https://listed.to/@cmr/7767/the-great-relicensing). It seems like you @denzp is the...

I've recently started working on nvptx support in Rust and has run into the problem of not being able to use ptx-linker in assembly tests. The `ptx-linker` used to be...

Error recovery do not work with errors manually generated with `=>?`. I discussed this with @Marwes in [the gitter](https://gitter.im/lalrpop/Lobby) and was recommended to post a minimal example. An attempt of...

I believe some way to set baud rate for the serial traits is needed. ### Relevant problem [Dynamixel](http://www.robotis.us/dynamixel/) servos comes with two different RS-485 protocols that have some difference in...

This project unfortunately seems to no longer be maintained. I'm committed to making ptx compilation work in Rust, and I'm working on the replacement for this crate in https://github.com/rust-lang/rust/pull/117458#issuecomment-1836359357 The...

The latest version of BLDC tool is only compatible with FW2.17 and FW2.18. On the FW side, it seems like updates are pushed frequently. What remains before a tool compatible...

To keep up with improvements and avoid regressions and being surprised with things as #15 @huwsun have already helped out creating some in #15. If the benchmarking tests is desired,...

I have a library for integer types that don't align with bytes. It's called [ux](https://crates.io/crates/ux). The goal is to conform as close as possible to how the ordinary rust types...

# Traits that should be implemented ## Format (std::fmt) - [x] `Binary` - [x] `Debug` - [x] `LowerHex` - [x] `UpperHex` - [x] `Display` - [x] `Octal` ## Comparisons (std::cmp)...

help wanted
good first issue

This issue is for discussing things related to serde support. Unresolved questions: ### Serde data model mismatch The [serde data model](https://serde.rs/data-model.html) states that it supports 14 primitive types. All of...