- Create a file.
cargo run create filename.bin
=> You can pass a extension to the file but is optional.cargo run create filename
=> if you don't informe the extension, by default is .txtcargo run create filename --u
=> if you want to force the creation of the file without extension.