Skip to content

GaoNeng-wWw/lubricant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lubricant

Powerful rust toolset

Quick Start

# (optional) cargo new
cargo install lubricant
// src/main.rs
use lubricant
fn main(){
    let new_vec = lubricant::array::map(vec![1,2,3], |item|{item*2});
    assert_eq!(new_vec[0], 2);
    assert_eq!(new_vec[1], 4);
    assert_eq!(new_vec[2], 6);
}

Contribution

Welcome PR, but before submit pull request, Please read Contributing Guidelines

LICENSE

MIT

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages