Crate hello_lib

Source

Functionsยง

  • Function hello accepts an argument and returns Hello !. It accepts any scalar datatype (i,u,&str,String,bool) and returns a String object. This is a simple implementation to demonstrate Generics Function.