はてブログ

はてなブックマーク新着エントリーの過去ログサイトです。



タグ in Rust

新着順 人気順 5 users 10 users 50 users 100 users 500 users 1000 users
 
(1 - 11 / 11件)
 

GitHub - explodingcamera/tinywasm: A tiny, interpreted WebAssembly Runtime written in Rust

2024/03/07 このエントリーをはてなブックマークに追加 8 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub A tiny

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert 続きを読む

How we built the Grafbase local development experience in Rust

2023/06/20 このエントリーをはてなブックマークに追加 7 users Instapaper Pocket Tweet Facebook Share Evernote Clip search

How we built the Grafbase local development experience in Rust Grafbase provides an edge-native GraphQL platform that combines multiple data-sources into a single API and includes a serverless database, search, edge caching, preview environments and much more. Around May 2022 we started working o... 続きを読む

Building a Simple DB in Rust - Part 1 - Parsing

2023/01/24 このエントリーをはてなブックマークに追加 68 users Instapaper Pocket Tweet Facebook Share Evernote Clip systems Project I was Part 1

This article is part of the Building a Simple DB in Rust series. While I've used rust for a while and have had a few small projects in it, I felt like I was missing a truly "systems" project. So when I came across this series for making a simple DB in C, I figured why not try to make my own basic... 続きを読む

YJIT: Dive into Ruby's JIT compiler written in Rust / Rust.Tokyo 2022

2022/09/23 このエントリーをはてなブックマークに追加 15 users Instapaper Pocket Tweet Facebook Share Evernote Clip YJIT Rust.Tokyo

YJIT: Dive into Ruby's JIT compiler written in Rust / Rust.Tokyo 2022 続きを読む

Announcing Parcel CSS: A new CSS parser, compiler, and minifier written in Rust!

2022/01/12 このエントリーをはてなブックマークに追加 11 users Instapaper Pocket Tweet Facebook Share Evernote Clip compiler Parcel Quality CSS I'm

I'm very excited to announce @parcel/css, a new CSS parser, compiler, and minifier written in Rust! Check it out on GitHub, or try a live demo right in your browser. Parcel CSS has significantly better performance than existing tools, while also improving minification quality. In addition to mini... 続きを読む

GitHub - lapce/lapce: Lightning-fast and Powerful Code Editor written in Rust

2021/12/14 このエントリーをはてなブックマークに追加 7 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub

Lapce Lightning-fast and Powerful Code Editor written in Rust About Lapce is written in pure Rust, with UI in Druid. It's using Xi-Editor's Rope Science for text editing, and using Wgpu for rendering. Features Modal Editing (Vim like) support as first class citizen (can be turned off as well) Bui... 続きを読む

GitHub - emilk/emigui: egui: Immediate mode GUI written in Rust, made for WASM

2020/06/26 このエントリーをはてなブックマークに追加 153 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub

Dismiss Join GitHub today GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together. Sign up 続きを読む

GitHub - google/OpenSK: OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2 standards.

2020/01/30 このエントリーをはてなブックマークに追加 10 users Instapaper Pocket Tweet Facebook Share Evernote Clip together GitHub OpenSK code

Dismiss Join GitHub today GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together. Sign up OpenSK is an open-source implementation for security keys written in Rust that supports both FIDO U2F and FIDO2 standards. 続きを読む

GitHub - nushell/nushell: A modern shell written in Rust

2019/08/24 このエントリーをはてなブックマークに追加 80 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub Stability Commands ITS

Nu Shell A modern, GitHub-era shell written in Rust Status This project has reached a minimum-viable product level of quality. While contributors dogfood it as their daily driver, it may be instable for some commands. Future releases will work fill out missing features and improve stability. Its ... 続きを読む

GitHub - RustPython/RustPython: A Python Interpreter written in Rust

2019/02/03 このエントリーをはてなブックマークに追加 57 users Instapaper Pocket Tweet Facebook Share Evernote Clip GitHub

Dismiss Join GitHub today GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together. Sign up 続きを読む

You can’t “turn off the borrow checker” in Rust

2018/09/15 このエントリーをはてなブックマークに追加 11 users Instapaper Pocket Tweet Facebook Share Evernote Clip

Every once in a while, someone will talk about unsafe in Rust, and how it “turns off the borrow checker.” I think this framing leads to misconceptions about unsafe and how it interacts with safe code. Here’s some code that causes a borrow checker error: fn main() { let mut x = 5; let y = &x; let ... 続きを読む

 
(1 - 11 / 11件)