async-embedded-traits
                                
                                 async-embedded-traits copied to clipboard
                                
                                    async-embedded-traits copied to clipboard
                            
                            
                            
                        unifying with embassy-traits?
Currently, there are very few libraries in the embedded ecosystem that support async. The two options for traits are this library and embassy-traits. If embedded libraries are updated to depend on embassy-traits, then they won't work with this library, and further, there aren't any maintained drivers (other than those in embassy) that support this. I would suggest that embassy-traits be unified with this, and then async functionality can be implemented in the libraries with these traits. I need to get a list of libraries that can be converted to async.
This library is just one of my experiments, it would be great to merge its contents into embassy-traits!