I would like to be able to utilize NComm in no-std, alloc, and std contexts within Rust. Therefore, while adding support for a serial publisher + subscriber and client + server I figured it would make sense to also add the feature flags "nostd", "alloc", and "std" so that certain parts of the API can be exposed depending on the target.
I would like to be able to utilize NComm in no-std, alloc, and std contexts within Rust. Therefore, while adding support for a serial publisher + subscriber and client + server I figured it would make sense to also add the feature flags "nostd", "alloc", and "std" so that certain parts of the API can be exposed depending on the target.