rusty-tags
Create ctags/etags for a cargo project (by dan-t)
rust-objc
Objective-C Runtime bindings and wrapper for Rust. (by SSheldon)
rusty-tags | rust-objc | |
---|---|---|
- | 6 | |
404 | 387 | |
- | - | |
4.4 | 0.0 | |
6 months ago | 3 months ago | |
Rust | Rust | |
GNU General Public License v3.0 or later | MIT License |
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.
rusty-tags
Posts with mentions or reviews of rusty-tags.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning rusty-tags yet.
Tracking mentions began in Dec 2020.
rust-objc
Posts with mentions or reviews of rust-objc.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-13.
- macOS Apps in Rust
-
Where do I start for creating a windowed app in pure rust?
If you find dealing with the Obj-C bindings a bit daunting (I would), I'd recommend you use the objc crate. That will like you dive into the details of creating and updating Mac windows without having to figure out how to call Objective C from Rust.
-
Calling Apple built-in (Swift) APIs from Rust
There is https://github.com/SSheldon/rust-objc which is abandoned.
-
How to capture the contents of applications' windows and display them in real-time
On macOS, per-window capture is actually exceedingly easy and officially supported by Apple, either including window shadows or not. I'm not aware of any crate for doing it cross-platform, but the way to do it on macOS is documented all over the Internet and the bindings you need are in the objc and core-graphics crates.
-
GPU computing on Apple Silicon
That looks like Objective C, not C. You can call Objective C methods from Rust via the objc crate.
- Wish we had Mac APIs for Rust
What are some alternatives?
When comparing rusty-tags and rust-objc you can also consider the following projects:
rust.vim - Vim configuration for Rust.
rFmt
Rust Language Server - Repository for the Rust Language Server (aka RLS)
fruity - Rusty bindings for Apple libraries
vim-racer - Racer support for Vim
iree - A retargetable MLIR-based machine learning compiler and runtime toolkit.
Ruru - Native Ruby extensions written in Rust
cbindgen - A project for generating C bindings from Rust code
intellij-rust - Rust plugin for the IntelliJ Platform
onnx-mlir - Representation and Reference Lowering of ONNX Models in MLIR Compiler Infrastructure
rustpy - Rust + Python = ????
rust-block - Rust interface for Apple's C language extension of blocks.