Docs.rs
hello_lib-0.1.6
hello_lib 0.1.6
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
gchandra10
Dependencies
Versions
50%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Crate hello_lib
Version 0.1.6
All Items
Functions
?
Crate
hello_lib
source
·
[
−
]
Functions
hello
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.