i surfed the whole net to find an alternative way to make a character or block device in rust without executing a command.
Is there anyway to do this in rust (with or without crates) ? or do i have to execute command?
i tried to use command but because of some reasons i want to avoid commands.
i have also searched crates but didn’t find anything useful.
the project is open-source but has not included making character or block devices yet. because a im looking for alternative way as i mentioned. the project is about making an application to make virtual devices to use them in your embedded programming.
link : https://github.com/h-lavaei/virtual-embedded-programming-machine
Hosein Lavaei is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
2