Skip to content

πŸ“¦ Template repository to create a new Rust library crate

License

Notifications You must be signed in to change notification settings

mustafaferguson/crate-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation



πŸ“¦
crate-template




Template repository to create a new Rust library crate

License Version Total Downloads



πŸš€ Install

Add the crate to your projects Cargo.toml:

[dependencies]
crates-template = "0.1.1"

πŸ¦„ Usage

use crates_template::{multiply};

let combined = multiply(2, 3);
assert_eq!(combined, 6); // true

About

πŸ“¦ Template repository to create a new Rust library crate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages