In this section, we will be creating a Hello World RESTful Endpoint. This will require us to modify the following files:
Cargo.toml (manifest)
Cargo.toml
src/lib.rs (library)
src/lib.rs
src/hello_world.rs (module)
src/hello_world.rs
src/bin/hello-world.rs (executable)
src/bin/hello-world.rs
Last updated 5 years ago