Skip to content

Commit

Permalink
Merge branch 'main' of github.com:refaktor/rye
Browse files Browse the repository at this point in the history
  • Loading branch information
refaktor committed Nov 10, 2023
2 parents 465183f + e58e0f6 commit f275745
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 65 deletions.
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@
* [Questions, contact](#related-links)


*visit **[ryelang.org](https://ryelang.org/)**, **[our blog](https://ryelang.blogspot.com/)** or join our **[reddit group](https://reddit.com/r/ryelang/)** for latest examples and development updates*

*visit **[ryelang.org](https://ryelang.org/)**, **[our blog](https://ryelang.org/blog/)** or join our **[reddit group](https://reddit.com/r/ryelang/)** for latest examples and development updates*


## What is Rye
Expand Down Expand Up @@ -222,22 +221,22 @@ Most of them are more proof of concepts than full implementations. But it's not
* Core builtin functions ⭐ ~ 🛠️ currently working on, 👍 unified api: ~50%, 🧪 tests: ~5%
* Bcrypt - password hashing
* Bson - binary (j)son
* Crypto - cryptographic functions
* Crypto - cryptographic functions
* Email - email generation and parsing
* Html - html parsing
* Http - http servers and clients ⭐
* IO (!) - can be excluded at build time
* Json - json parsing ⭐
* Mysql - database
* Http - http servers and clients ⭐
* IO (!) - can be excluded at build time ⭐⭐
* Json - json parsing ⭐
* Mysql - database
* NATS - messaging
* nng - nanomsg scalability protocols
* Postgresql - database
* Postgresql - database
* Psutil - linux process management
* Regexp - regular expressions
* Regexp - regular expressions
* Smtpd - smtp server (receiver)
* Sqlite - database ⭐
* Sqlite - database ⭐
* Sxml - sax XML like streaming dialect
* Validation - validation dialect ⭐
* Validation - validation dialect ⭐
* Webview - Webview GUI

### Contrib - will be community / third party integrations
Expand Down
Loading

0 comments on commit f275745

Please sign in to comment.