Skip to content

It aims to provide utility functions like input vector etc.

Notifications You must be signed in to change notification settings

navlok-mishra/rust-common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

rust-common

While coding in RUST, I found few things which are repeatedly used and tedious to implement when they are compared with other languages like Python, C++ etc. For example, vector is much needed data structure when it comes to implement searching, sorting etc. algorithm over array. So, it will be beneficial if we can move the logic to take vector input to common place. With the time, I'll be adding more utility functions.

If anybody is interested to add utility function that you think is of your use and can be used by others as well so feel free to add them in the repository.

Note: I am open for feedback regarding anything, whether it's about structuring the repository or anything else. So, kindly provide your feedback.

About

It aims to provide utility functions like input vector etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages