-
Updated
Feb 28, 2022 - Rust
rust-crate
Here are 590 public repositories matching this topic...
-
Updated
Feb 27, 2022 - Rust
-
Updated
Feb 28, 2022 - Rust
When I first set out to study abroad, I knew it would be a life changing experience for me. Along the way I made new friends, tried new foods, and, most importantly: learned new languages.
As a result, I've decided to move on from my English-speaking past. I've successfully converted all of my personal stack to non-English except for one: this application.
My use case is: I use this script t
Rewrite in rust(🚀)?
-
Updated
Feb 28, 2022 - Rust
-
Updated
Feb 4, 2022 - Rust
-
Updated
Oct 7, 2021 - Rust
-
Updated
Feb 10, 2022 - Rust
-
Updated
Feb 18, 2022 - Rust
It might be worth considering adding simd-json to the TechEmpower benchmarks:
To make this really worthwhile #121 would be good.
suggested by @pickfire
-
Updated
Feb 26, 2022 - Rust
-
Updated
Feb 23, 2022 - Rust
-
Updated
Feb 5, 2022 - Rust
-
Updated
Jan 2, 2022 - Rust
-
Updated
Feb 27, 2022 - Rust
-
Updated
Feb 24, 2022 - Rust
On my system:
$ cat /sys/class/power_supply/BAT0/model_name
5�+1^^�^^�9(-:'&��
Or:
$ hexdump /sys/class/power_supply/BAT0/model_name
0000000 8035 312b 801e 801e 2839 3a2d 2627 8080
0000010 000a
0000011
This means trying to get battery info always returns an error due to https://github.com/svartalf/rust-battery/blob/master/battery/src/platform/linux/device.rs#L36
-
Updated
Jan 29, 2022 - Rust
-
Updated
Feb 6, 2022 - Rust
WASM Support
Is your feature request related to a problem? Please describe.
I am working on a project that uses this crate, and we are looking to deploy the project in WebAssembly for use on the web. However, it appears that this library is not currently setup to handle this, and as such it prevents this from being possible as-is.
Describe the solution you'd like
I know of [one fork of this repo]
-
Updated
Feb 27, 2022 - Rust
-
Updated
Feb 3, 2022 - Rust
-
Updated
Sep 10, 2021 - Rust
-
Updated
Feb 18, 2022 - Rust
-
Updated
Feb 24, 2022 - Rust
Improve this page
Add a description, image, and links to the rust-crate topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rust-crate topic, visit your repo's landing page and select "manage topics."
What is the feature ?
I'm trying out this library for the first time and there's some places where it would be delightful to have shorthand functions:
Pos::top_right,Pos::bottom_right,Pos::bottom_centeretc..