Rust 培养提高计划

Overview
You might also like...
Integra8 rust integration test framework Rust with a focus on productivity, extensibility, and speed.

integra8 Integra8 rust integration test framework Rust with a focus on productivity, extensibility, and speed. | This repo is in a "work in progress"

Neofetch but in Rust (rust-toml-fetch)
Neofetch but in Rust (rust-toml-fetch)

rtfetch Configuration Recompile each time you change the config file logo = "arch.logo" # in src/assets. info = [ "", "", "yellow{host_n

Rust Sandbox [code for 15 concepts of Rust language]

Rust-Programming-Tutorial Rust Sandbox [code for 15 concepts of Rust language]. The first time I've been introduced to Rust was on January 2022, you m

TypeRust - simple Rust playground where you can build or run your Rust code and share it with others

Rust playground Welcome to TypeRust! This is a simple Rust playground where you can build or run your Rust code and share it with others. There are a

Rust Imaging Library: A high-level Rust imaging crate.

ril Rust Imaging Library: A performant and high-level Rust imaging crate. Documentation • Crates.io • Discord What's this? This is a Rust crate design

In this repository you can find modules with code and comments that explain rust syntax and all about Rust lang.
In this repository you can find modules with code and comments that explain rust syntax and all about Rust lang.

Learn Rust What is this? In this repository you can find modules with code and comments that explain rust syntax and all about Rust lang. This is usef

Game Boy Emulator written in Rust, as a way to fully grasp the Rust programming language

Flan's Game Boy Emulator Game Boy Emulator written in Rust, as a way to get hands-on with the Rust programming language, and creating a proper project

Code Examples in Rust. Reviewing RUST

There are some RUST example code here. Run like this cargo run --example enums cargo run --example iterator ... You can learn about RUST coding from

Rust implementation of Andrej Karpathy's micrograd for purposes of learning both ML and Rust.

micrograd_rs Rust implementation of Andrej Karpathy's micrograd for purposes of learning both ML and Rust. Main takeaways Basically the same takeaways

Comments
  • 11-以Rust和Golang为例介绍Rust FFI编程 系列分享

    11-以Rust和Golang为例介绍Rust FFI编程 系列分享

    10月14日 晚上20:30 -21:30

    本系列分享介绍了如何使用Rust开发一个动态链接库,并在Golang中调用。会依次介绍FFI接口跨语言调用有关的背景知识,介绍基本数据类型、字符串、结构体、回调函数在跨语言调用中的相关知识,实战Go语言与C库相互调用;最后会通过Benchmark和火焰图的形式,实际测评跨语言调用的性能开销。

    opened by wubx 1
  • 10-利用 Redis 给短链服务加速

    10-利用 Redis 给短链服务加速

    时间: 10月10日 晚上 20:00 -21:00 讲师: 苏琳 内容介绍:

    1. 上节课开发的短链服务部署到生产,并进行压测,分析性能瓶颈
    2. Rust 使用 Redis 组件介绍
    3. 使用 Redis 给短链 API 服务加速
    4. 压测带 Redis 的短链服务
    5. 大型架构扩展的思路 本周六是本章节的倒数第二课,前面内容如果错过,可以看看往期的回看。
    opened by wubx 1
  • 09-基于Axum web 框架和 MySQL 实战开发短链服务

    09-基于Axum web 框架和 MySQL 实战开发短链服务

    时间: 9月25日 晚上 20:00 -21:00 讲师: 苏琳 内容介绍: 基于原理: 简单来说, 当我们输入 http://www.xxx.com/123 后, 会经过如下过程: 1、DNS 首先解析获得 http://www.xxx.com 的 IP 地址 2、当 DNS 获得 IP 地址后,会向这个地址发送 GET 请求,查询短码 123 3、http://www.xxx.com 服务器上运行的服务会通过短码 123 获取其原本的 URL 4、请求通过 Http 重定向跳转到对应的长 URL,即可以正常访问啦

    本周六晚上, 不见不散, 教大家通过 Axum web框架 + MySQL 来完成上面的需求.

    opened by wubx 1
  • 《 Performance tuning in databend 》 | Vol. 24

    《 Performance tuning in databend 》 | Vol. 24

    《 Performance tuning in databend 》

    分享主题: Performance tuning in databend | Vol. 24

    分享时间: 周四晚上 2021-12-16 20:30-21:30

    分享讲师: 李本旺(Sundyli)

    腾讯会议地址:

    https://meeting.tencent.com/dm/mlhs6YsYuFRb

    会议 ID: 258 663 900

    B 站: 本期课程增加 B 站直播: http://live.bilibili.com/22123086 欢迎关注

    课程介绍:

    在本周的分享中聊聊 databend 性能优化相关知识,内容包含:

    1. 常用的性能优化知识和技巧
    2. 结合 databend 中若干个小案例,分享性能优化在实战中的应用
    3. databend 的分组聚合查询是如何一步步优化的
    4. 数据库常见的执行模型探讨
    opened by wubx 0
Owner
wubx
data · compute · storage · cloud Work@DatafuseLabs
wubx
Simple autoclicker written in Rust, to learn the Rust language.

RClicker is an autoclicker written in Rust, written to learn more about the Rust programming language. RClicker was was written by me to learn more ab

null 7 Nov 15, 2022
Rust programs written entirely in Rust

mustang Programs written entirely in Rust Mustang is a system for building programs built entirely in Rust, meaning they do not depend on any part of

Dan Gohman 561 Dec 26, 2022
Rust 核心库和标准库的源码级中文翻译,可作为 IDE 工具的智能提示 (Rust core library and standard library translation. can be used as IntelliSense for IDE tools)

Rust 标准库中文版 这是翻译 Rust 库 的地方, 相关源代码来自于 https://github.com/rust-lang/rust。 如果您不会说英语,那么拥有使用中文的文档至关重要,即使您会说英语,使用母语也仍然能让您感到愉快。Rust 标准库是高质量的,不管是新手还是老手,都可以从中

wtklbm 493 Jan 4, 2023
A library for extracting #[no_mangle] pub extern "C" functions (https://docs.rust-embedded.org/book/interoperability/rust-with-c.html#no_mangle)

A library for extracting #[no_mangle] pub extern "C" functions In order to expose a function with C binary interface for interoperability with other p

Dmitrii - Demenev 0 Feb 17, 2022
clone of grep cli written in Rust. From Chapter 12 of the Rust Programming Language book

minigrep is a clone of the grep cli in rust Minigrep will find a query string in a file. To test it out, clone the project and run cargo run body poem

Raunak Singh 1 Dec 14, 2021
Rust-blog - Educational blog posts for Rust beginners

pretzelhammer's Rust blog ?? I write educational content for Rust beginners and Rust advanced beginners. My posts are listed below in reverse chronolo

kirill 5.2k Jan 1, 2023
The ray tracer challenge in rust - Repository to follow my development of "The Raytracer Challenge" book by Jamis Buck in the language Rust

The Ray Tracer Challenge This repository contains all the code written, while step by implementing Ray Tracer, based on the book "The Ray Tracer Chall

Jakob Westhoff 54 Dec 25, 2022
Learn-rust-the-hard-way - "Learn C The Hard Way" by Zed Shaw Converted to Rust

Learn Rust The Hard Way This is an implementation of Zed Shaw's Learn X The Hard Way for the Rust Programming Language. Installing Rust TODO: Instruct

Ryan Levick 309 Dec 8, 2022
Learn to write Rust procedural macros [Rust Latam conference, Montevideo Uruguay, March 2019]

Rust Latam: procedural macros workshop This repo contains a selection of projects designed to learn to write Rust procedural macros — Rust code that g

David Tolnay 2.5k Dec 29, 2022
The Rust Compiler Collection is a collection of compilers for various languages, written with The Rust Programming Language.

rcc The Rust Compiler Collection is a collection of compilers for various languages, written with The Rust Programming Language. Compilers Language Co

null 2 Jan 17, 2022