No code is the best way to write secure and reliable applications. Write nothing; deploy nowhere.
cargo-nocode
aims to bring the nocode approach to the Rust ecosystem! 🦀
$ cargo nocode init
# this will create nocode.rs file which follows the nocode guidelines
# now we're ready to write no code!
$ cat nocode.rs
# absolutely empty
$ cargo nocode build
# does nothing
$ cargo nocode run
# does nothing
$ cargo nocode deploy
# does nothing
Usage: cargo-nocode <command>
Possible commands:
- init initialize a nocode application
- build build the nocode application
- run run the nocode application
- deploy deploy the nocode application
Just close your eyes and pretend.
Or you can install from crates.io:
cargo install cargo-nocode