Eddy S.

Results 11 issues of Eddy S.

the `impl_generic_pin` `impl_port` and `impl_board_pins` macro matches on a syntax that looks like native rust code, but in this case it is just the macro syntax: https://github.com/Rahix/avr-hal/blob/d17a441a667dd65e5a9be75b0e71d1beadf93e84/avr-hal-generic/src/port.rs#L177-L182 https://github.com/Rahix/avr-hal/blob/d17a441a667dd65e5a9be75b0e71d1beadf93e84/avr-hal-generic/src/port.rs#L678-L695 https://github.com/Rahix/avr-hal/blob/d17a441a667dd65e5a9be75b0e71d1beadf93e84/avr-hal-generic/src/port.rs#L365-L380 this...

hal-api
hal-generic

The readme says that it is not possible to embed the `cpp!` macro in other macros. What is needed to make this possible?

general: maybe i did not properly understand the docs, but shouldent ` #[serde(skip)]` skip an enum field on serializasion? problem: this code panics expectation: `ser` should contain the serialized `values`...

add the expanded version of a macro to macro preview window e.g. ```C #define MIN(_x, _y) (((_x) < (_y)) ? (_x) : (_y)) ... /* currently the macro preview window...

enhancement

## Version(s) of meta-rust latest ## Version(s) of poky and/or oe-core any ## Expected result be able to build a linux kernel module with rust from yocto ## Actual result...

it is now possible to embed servo(*1) in another rust project. would be cool to have it this project. (*1) [https://github.com/paulrouget/servo-embedding-example](https://github.com/paulrouget/servo-embedding-example)

add support to provide custom CSS.

feature

QAbstractItemModel is needed to provide treelike models to QML components.

enhancement

is it possible to return `Option` instead of `Option` from a slot? if not we should add support for it to make it possible to return local values. currently it...

enhancement
question

### Request add two options to cargo bitbake to add `specific files` and `all source files` to the recipe SRC_URI variable. example `specific files`: ``` bash > cargo bitbake --add-source...

enhancement