riker-rs / riker

Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
https://riker.rs
MIT License
1.02k stars 69 forks source link

Fix regex in validators. #52

Closed riemass closed 5 years ago

riemass commented 5 years ago

Change Kleene star to Kleene plus in regex. This fixes the issue that names could be empty strings.