Embedded module redefines the Write and Read traits.
Right now it's a private module, when the library is compiled in embedded mode, the following problem occurs :
Write is non-accesible, both while checking the documentation, but more important, when you integrate this library into your code, you can't define a function that receives an argument that needs to implement the custom Read or Write trait.
Embedded module redefines the Write and Read traits.
Right now it's a private module, when the library is compiled in embedded mode, the following problem occurs :
Write is non-accesible, both while checking the documentation, but more important, when you integrate this library into your code, you can't define a function that receives an argument that needs to implement the custom Read or Write trait.
Example:
The following cases only work when compiled in normal (non-embedded) modes.