rxRust
Rust implementation of Reactive Extensions. (by rxRust)
viska
SIP framework built in Rust (by Televiska)
rxRust | viska | |
---|---|---|
3 | 4 | |
992 | 88 | |
0.9% | - | |
4.5 | 0.0 | |
4 months ago | almost 3 years ago | |
Rust | Rust | |
MIT License | GNU General Public License v3.0 or later |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
rxRust
Posts with mentions or reviews of rxRust.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-01.
viska
Posts with mentions or reviews of viska.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-02-01.
-
rsip: A general purpose SIP (types) library
rsip is part of my Rust Voip stack, along with rsip-dns that I have recently been building through viska, a SIP server. SIP protocol is quite tricky to implement, because it's completely P2P so it has some interesting edge cases compared to HTTP which is way more simple. Viska is wip, needed a good SIP library to be productive there, but now that rsip is kinda done, I am gona move back to it :)
-
Something like Asterisk but in Rust?
I noticed this: https://github.com/vasilakisfil/viska I have not looked at it at all :-) It seems to have been updated fairly recently. Looking at the Readme, there is still a fair way to go, but they've made pretty good progress.
-
It's my first day on Rust. Hi, everyone!
i already found someone with a github repo building a SIP server here: https://github.com/vasilakisfil/viska
-
What sort of mature, open-source libraries do you feel Rust should have but currently lacks?
That said, there's this, which looks to be on the road already! https://github.com/vasilakisfil/viska
What are some alternatives?
When comparing rxRust and viska you can also consider the following projects:
rxRust - Rust implementation of Reactive Extensions.
rust-async-coap - A flexible, asynchronous library for using and serving CoAP resources in Rust.
futures-rs - Zero-cost asynchronous programming in Rust
rsip-dns - SIP Rust library implementing RFC 3263, implemented on top of rsip
RxRust - The Reactive Extensions for the Rust Programming Language
rsip - SIP Rust library (generator & parser)
node_crunch - Allows to distribute computations across several nodes
mun - Source code for the Mun language and runtime.
rayon - Rayon: A data parallelism library for Rust
pjproject - PJSIP project
coroutine-rs - Coroutine Library in Rust
crossbeam - Tools for concurrent programming in Rust