All Projects → rust-lang → This Week In Rust

rust-lang / This Week In Rust

Data for this-week-in-rust.org

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to This Week In Rust

Adam
Jeykll theme created for nybles
Stars: ✭ 17 (-97.48%)
Mutual labels:  blog, newsletter
Swiftweekly.github.io
A community-driven weekly newsletter about Swift.org
Stars: ✭ 305 (-54.81%)
Mutual labels:  blog, newsletter
Wtfjht
Logging the daily shock and awe in national politics. Read in moderation.
Stars: ✭ 386 (-42.81%)
Mutual labels:  blog, newsletter
Casper
Casper 👻 theme for Wordpress
Stars: ✭ 560 (-17.04%)
Mutual labels:  blog
Mogu blog v2
蘑菇博客(MoguBlog),一个基于微服务架构的前后端分离博客系统。Web端使用Vue + Element , 移动端使用uniapp和ColorUI。后端使用Spring cloud + Spring boot + mybatis-plus进行开发,使用 Jwt + Spring Security做登录验证和权限校验,使用ElasticSearch和Solr作为全文检索服务,使用Github Actions完成博客的持续集成,使用ELK收集博客日志,文件支持上传七牛云和Minio,支持Docker Compose脚本一键部署。
Stars: ✭ 561 (-16.89%)
Mutual labels:  blog
Mirror
A blogging tool powered by GitHub API. Write your blog on GitHub issue.
Stars: ✭ 590 (-12.59%)
Mutual labels:  blog
Blog
前后端分离+服务端渲染的博客系统. 基于Vue2、Koa2、MongoDB、Redis
Stars: ✭ 644 (-4.59%)
Mutual labels:  blog
Blog
😛 个人博客 🤐 订阅是 watch 是 watch 是 watch 是 watch
Stars: ✭ 555 (-17.78%)
Mutual labels:  blog
Androidnote
🔥 Android 进阶笔记,包含常用的技术框架、博客社区、书籍等。
Stars: ✭ 614 (-9.04%)
Mutual labels:  blog
Blog
个人博客
Stars: ✭ 584 (-13.48%)
Mutual labels:  blog
Surmon.me.native
📱 My blog app, powered by react-native
Stars: ✭ 579 (-14.22%)
Mutual labels:  blog
Justjavac.github.com
个人博客,喜欢的话请点 star,想订阅点 watch ✨
Stars: ✭ 566 (-16.15%)
Mutual labels:  blog
Ox Hugo
A carefully crafted Org exporter back-end for Hugo
Stars: ✭ 591 (-12.44%)
Mutual labels:  blog
Blog
🌈 原创&翻译 🌈
Stars: ✭ 562 (-16.74%)
Mutual labels:  blog
Blog
blog of sivagao,每天一篇好文章~
Stars: ✭ 616 (-8.74%)
Mutual labels:  blog
Gitfolio
personal website + blog for every github user
Stars: ✭ 5,392 (+698.81%)
Mutual labels:  blog
Django Newsletter
An email newsletter application for the Django web application framework, including an extended admin interface, web (un)subscription, dynamic e-mail templates, an archive and HTML email support.
Stars: ✭ 605 (-10.37%)
Mutual labels:  newsletter
Pl Compiler Resource
程序语言与编译技术相关资料(持续更新中)
Stars: ✭ 578 (-14.37%)
Mutual labels:  blog
Laravel Feed
Easily generate RSS feeds
Stars: ✭ 573 (-15.11%)
Mutual labels:  blog
Hugo Theme Hello Friend
Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
Stars: ✭ 586 (-13.19%)
Mutual labels:  blog

This Week in Rust

Content for this-week-in-rust.org. Made available under CC-BY-SA.

All code Copyright 2014 Ember Arlynx, made available under the MIT license.

PRs for next issue are now being accepted

To propose content for inclusion in the next newsletter (found in the drafts/ folder), create a new [Pull Request][pr] updating the relevant section in the draft.

Alternately, tweet us @thisweekinrust.

What do we look for when considering whether to include something in This Week in Rust?

This Week in Rust is intended to highlight the incredible work of the Rust Community.

What we are generally looking for includes:

  • how-to intros (and advanced deep dives) into Rust concepts and areas
  • Rust walkthroughs that explain concepts in different ways than well known resources like the Rust book, Rustlings, and Rust by Example
  • updates on tooling when in long form or framed as a tutorial (for more details, see what we are not looking for below)
  • Rust-related podcast episodes
  • Rust-related screenshots and videos
  • Rust meetup recordings
  • Rust meetup announcements
  • Presenter slide decks on Rust
  • Observations and thoughts on Rust and the Rust community
  • Calls for participation in Rust open source projects
  • Rust job announcements
  • and more!

What we are generally NOT looking for includes:

  • Anything that violates the Rust Community Code of Conduct
  • Rants or anything degrading to any part or member of the Community. Rather than submitting an article about what is wrong with something, we would much rather you write something that explains how you'd make it better.
  • Duplicates of recent posts (even with the wording changed slightly)
  • Links to crates or GitHub repos without some sort of context. We would much rather you submit a blog post introducing your project and how a Rust user might use it (and what it would help them do) and/or what you learned about Rust in the process of writing the project.
  • Anything behind a paywall (this includes includes Medium's paid article mechanism)
  • Anything that requires information to be shared/captured (like an email address) in order to access

These are meant to be guidelines, if you are ever not sure about whether something should be included please feel free to open a pull request anyway and we can discuss it!

The editors of This Week in Rust do reserve the right to make the decision about whether to include something or not, but we intend to do so in a way that is as transparent as possible.

How I get PR lists:

git log --author=bors --since='MM/DD/YYYY 12:00PM' --until='MM/DD/YYYY 12:00PM' --pretty=oneline > ~/entropy/twir.txt
# edit in vim to get rid of everything but PR number, copy into clipboard
for pr in $(xsel -ob); do firefox https://github.com/mozilla/rust/pull/$pr; sleep 0.07; done
# wait a long time...
# write TWIR

Alternatively use GitHub search:

https://github.com/rust-lang/rust/pulls?q=is%3Apr+is%3Amerged+updated%3A2014-11-03..2014-11-10

How I get new contributors:

Use the included new_contribs.sh script:

new_contribs.sh 6/21/2014

Building

Ensure you have SASS installed. The easiest way to get it is via gem, the Ruby package manager.

env SASS_BIN=$HOME/.gem/ruby/*/bin/sass pelican content -s pelicanconf.py

To build the newsletter

  • Generate the HTML
    TWIR_NEWSLETTER_THEME=1 pelican --delete-output-directory content
    
  • Copy the HTML and inline CSS at http://zurb.com/ink/inliner.php - (MailChimp's inliner doesn't remove the CSS from <head>).
  • Send the newsletter (we currently use MailChimp).
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].