Oliver Rockstedt
Oliver Rockstedt
> with that and `Sysex` in mind, on the input, I could see an iterator that provides something like: > > ```rust > pub enum Packet SysexStart(&'a [u8]), > SysexContinue(&'a...
@btrepp I can see your points and they are all valid. The dependency issue is a real problem though, it doesn't strike the crate maintainer but the end user when...
Btw. if you really want to have `midi-types` in here, then my suggestion is: rebase this PR so it merges. But in that case I would really like having @x37v...
There's also one case to consider: compiling on older macOS may work by setting `HAVE_CLOCK_GETTIME` to 0 on these OSs. But if you compile on macOS 10.12 or higher, the...
Maybe making the `HAVE_CLOCK_GETTIME` dependent of `MACOSX_DEPLOYMENT_TARGET` is an option.
I'll have a look at this at some point, but it can take a while.
After transferring the ownership of the repository, please add the usb-device team as owners on `crates.io`. It can be done via: > cargo owner --add rust-embedded-community:usb-device
In that case @x37v would have to add the rust-embedded-community as owner via the cargo command shown above. Btw. anyone of you can still have full access to the crate,...
There's now a document from embedded-rust-community that describes the transfer process in detail: https://github.com/rust-embedded-community/meta/blob/master/TRANSFER.md
Thanks for initiating the transfer, I will pass over the repository to the organization. @x37v : Can you please add me or the organization as owner on crates.io? You are...