Search
1000 results for “hywan”
-
Weylus, https://github.com/H-M-H/Weylus.
Weylus turns your tablet or smart phone into a graphic tablet/touch screen for your computer.
• Control your mouse with your tablet
• Mirror your screen to your tablet
• Send keyboard input using physical keyboards
• Hardware accelerated video encodingIt works on Linux, macOS and Windows.
-
Gitter is going fully native Matrix in Feb. 2023, https://blog.gitter.im/2023/01/16/gitter-is-going-fully-native-matrix-in-feb-2023/.
-
Use Rust async functions and methods in Swift, Kotlin and Python, https://github.com/mozilla/uniffi-rs/pull/1409.
It's ready! Large PR, sorry for the reviewers.
#RustLang #kotlin #SwiftLang #future #async #uniffi #bindgen
-
Use Rust async functions and methods in Swift, Kotlin and Python, https://github.com/mozilla/uniffi-rs/pull/1409.
It's ready! Large PR, sorry for the reviewers.
#RustLang #kotlin #SwiftLang #future #async #uniffi #bindgen
-
Use Rust async functions and methods in Swift, Kotlin and Python, https://github.com/mozilla/uniffi-rs/pull/1409.
It's ready! Large PR, sorry for the reviewers.
#RustLang #kotlin #SwiftLang #future #async #uniffi #bindgen
-
Use Rust async functions and methods in Swift, Kotlin and Python, https://github.com/mozilla/uniffi-rs/pull/1409.
It's ready! Large PR, sorry for the reviewers.
#RustLang #kotlin #SwiftLang #future #async #uniffi #bindgen
-
Use Rust async functions and methods in Swift, Kotlin and Python, https://github.com/mozilla/uniffi-rs/pull/1409.
It's ready! Large PR, sorry for the reviewers.
#RustLang #kotlin #SwiftLang #future #async #uniffi #bindgen
-
bocu1, https://github.com/graydon/bocu1.
A BOCU-1 encoder/decoder library in Rust. It provides a usable implementation of BOCU-1 to people who are looking for one, as well as some utilities related to working directly with BOCU-1 strings and “small strings” packed into 64 or 128-bit integers.
It’s a Unicode encoding, like UTF-8, where the C in BOCU means Compression. Interesting works.
-
PRQL, https://prql-lang.org/.
PRQL means Pipelined Relational Query Language. It's a modern language for transforming data. It self-claims to be a simple, powerful, pipelined SQL replacement.
It compiles to SQL, and is database agnostic.
Many examples to explore.
It's a really interesting approach.
-
Insta, https://insta.rs/.
Insta Snapshots, is a snapshot testing tool for Rust.
-
cargo-semver-checks, https://github.com/obi1kenobi/cargo-semver-checks.
Scan your Rust crate for semver violations. It’s awesome.
-
Oh, a Rust Future being awaited in Swift. How nice it is :-).
More to come.
-
Oh, a Rust Future being awaited in Swift. How nice it is :-).
More to come.
-
Oh, a Rust Future being awaited in Swift. How nice it is :-).
More to come.
-
Oh, a Rust Future being awaited in Swift. How nice it is :-).
More to come.
-
Oh, a Rust Future being awaited in Swift. How nice it is :-).
More to come.
-
Rust async functions to Python over FFI ✅
Now let’s target Swift ⏳.
-
Rust async functions to Python over FFI ✅
Now let’s target Swift ⏳.
-
Rust async functions to Python over FFI ✅
Now let’s target Swift ⏳.
-
Rust async functions to Python over FFI ✅
Now let’s target Swift ⏳.
-
Rust async functions to Python over FFI ✅
Now let’s target Swift ⏳.
-
ˋasync fnˋ in trait MVP comes to nightly, https://blog.rust-lang.org/inside-rust/2022/11/17/async-fn-in-trait-nightly.html.
-
cargo-pgo, https://github.com/Kobzol/cargo-pgo.
Cargo subcommand that makes it easier to use PGO (Profile-Guided Optimisation) and BOLT to optimize Rust binaries.
PGO: https://doc.rust-lang.org/rustc/profile-guided-optimization.html
BOLT: https://github.com/llvm/llvm-project/tree/main/bolt
#RustLang #cargo #PGO #BOLT #compiler #performance #optimisation
-
Notes on Type Layouts and ABIs in Rust, https://faultlore.com/blah/rust-layouts-and-abis/.
If you’re not familiar with type layouts, ABI, and FFI, that’s a good overview.
-
Zellij, https://zellij.dev/.
It’s a terminal workspace with battery included.
It’s basically tmux but simpler and with a better UI by default. And it’s written in Rust. With plugins.
See the roadmap, https://zellij.dev/roadmap/.
-
Lightning CSS, https://lightningcss.dev/.
An extremely fast and performant CSS parser, transformer, bundler and minifier.
Written in Rust, based on Servo's `cssparser` and `selectors` crates (used by Firefox). Available in NPM.
Save bandwidth easily :-).
-
Vodozemac, https://github.com/matrix-org/vodozemac/.
Vodozemac is a Rust implementation of the Olm and Megolm algorithms.
Olm: https://gitlab.matrix.org/matrix-org/olm/-/blob/master/docs/olm.md
Megolm: https://gitlab.matrix.org/matrix-org/olm/-/blob/master/docs/megolm.mdOh. It compiles to Wasm.
#matrix #encryption #doubleratchet #cryptography #rustlang #webassembly
-
The new Farmbot Express is here! https://farm.bot/
It looks really nice, and the price becomes affordable (for educational, corporate, and private usages etc.).
It continues to be 100% open source too.
-
mimalloc, https://github.com/microsoft/mimalloc.
A compact, general-purpose, drop-in replacement for malloc, memory allocator.
Benchmarks show it always outperforms all other leading allocators (jemalloc, tcmalloc, Hoard…) and usually uses less memory.