Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.
/ strutil Public archive

utility package for common string operations ( helping me to learn Rust comparing to Go ) https://github.com/go-experimental/strutil

License

Notifications You must be signed in to change notification settings

rust-playground/strutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

strutil

Build Status Docs License

utility package for common string operations ( helping me to learn Rust comparing to Go ) https://github.com/go-experimental/strutil

Why

In my a efforts to learn Rust I decided to create a strutil package containing common string functions and compare them to Go; this is not a Go vs Rust comparison, I merely decided to take a language I know well and compare it to it's Rust counterpart code. https://github.com/go-experimental/strutil There are only a couple of functions currently but am looking to add more as I go.

Open Invitation

I am attempting to create the most efficient and idiomatic Go & Rust code possible and would like to invite/challenge the community to contribute in making the best code possible!

Hopefully everyone can learn something new :)

If you can make any of the functions more efficient, with better throughput or less allocations, ... make a pull request, I'll test and if it beats the current implementation I'll merge and now you're the one to beat!

About

utility package for common string operations ( helping me to learn Rust comparing to Go ) https://github.com/go-experimental/strutil

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages