< 返回版块

qwy16 发表于 2020-05-20 02:08

Tags:rust AWS Deno

json objects索引和查询软件包

A crate for indexing and quering json objects

https://github.com/mambisi/json_indexer

这是一个多数值json objects检索器。这个软件包可以创建基于点路径(dot path)的json objects的排序表, 这个有点类似mongodb那样根据你给的路径建立检索。这个软件包主要是针对NoSQL编程,已经在项目 escanordb中用于创建检索结构了。

https://github.com/mambisi/escanor

Rust语言全局数据应用指南

A Guide to Global Data in Rust

https://github.com/paulkernfeld/global-data-in-rust

这个应用指南介绍如果在rust语言中使用"全局数据","全局数据"(Global Data)的意思就是你在一个程序加载了的数据,可以在别的程序中调用和使用。 "全局数据"潜在的应用场景包括:

  • 配置,App configuration, e.g. weapon characteristics for a game
  • 参数,Making data available everywhere without needing to pass it as an argument through all functions (apply this carefully!)
  • 代码生成,Generating Rust code from external data
  • 数据库连接,Database connections... or other network resources?
  • 日志,A logger, maybe

Gamedev #4: 全栈Rust编程的好处

Gamedev #4: Benefits of full-stack Rust

https://www.jakobmeier.ch/blogging/Paddlers_4.html

如何在服务器端和客户端之间高效的做数据同步一直以来都是一个巨大的挑战。 这篇博文分享一下博主在这个领域编程的宝贵经验,用rust语言做同时服务器端和客户端的endpoint开发。

博主的经验分享是基于一个长期开发的基于浏览器玩的在线多用户游戏Paddlers

游戏源码:https://github.com/jakmeier/paddlers-browser-game

Nike团队开源Rust语言wrappers的AWS Greengrass SDK

Nike just open-sourced our Rust wrappers around the AWS Greengrass SDK

https://github.com/Nike-Inc/aws-greengrass-core-sdk-rust

AWS Greengrass Core Rust SDK

提供了一套基于AWS Greengrass Core C SDK 的Rust Wrapper SDK,使得在rust语言中调用Greengrass的原生Lambda函数更简单方便。

主要功能:

  • Publishing to MQTT topics
  • Registering handlers and receiving messages from MQTT topics
  • Logging to the Greengrass logging backend via the log crate
  • Acquiring Secrets

Deno 1.0 - 用Rust语言开发的安全的TypeScript/JavaScript Runtime

Deno 1.0 - A Secure TypeScript/JavaScript Runtime Built In Rust

https://deno.land/v1

动态编程语言是一种非常强大的工具,脚本语言允许用户快速简洁的把复杂的系统和自由的思想表达完美的结合起来, 既不需要担心各种内存管理,也不用考虑编译系统的复杂性。最近几年,像Rust和GO语言这样的编程语言已经可以 让用户编译各种非常精妙的原生机器码变得越来越简单,这些编程语言对计算机基础设施的开发至关重要。然后, 我们依然认为强大的脚本语言的环境还是非常重要的,脚本语言的确可以解决非常广泛的各种领域的实际问题。

Octocrab 0.x: 一个现代可扩展的Github API客户端

Announcing Octocrab 0.x: A modern, extensible Github API client.

https://github.com/XAMPPRocky/octocrab

Octocrab是一个第三方github API客户端,它允许方便的用rust语言集成Github和做Github机器人。 Octocrab自带两大类跟GitHub通讯的APIs,一类是高级强类型的语义学API,另一类是低级的HTTP API用于扩展各种功能。

  • Semantic API
  • HTTP API
  • Static API

新闻来源:

  1. readrust.net
  2. reddit.com/r/rust
  3. twitter : #rustlang。

-- From 日报小组 BobQin

社区学习交流平台订阅:

评论区

写评论
chenwei767 2020-05-20 11:24
涨见识啊
1 共 1 条评论, 1 页