• Stars
    star
    150
  • Rank 239,794 (Top 5 %)
  • Language
  • Created over 9 years ago
  • Updated 8 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Backing data for

rustaceans.org

rustaceans.org is a website for finding information about members of the Rust community. This repository contains details of Rustaceans and provides the data for rustaceans.org. To see the source itself for rustaceans.org, see https://github.com/rust-unofficial/rustaceans-src.

To add or edit your data, you must fork this repo and send a pull request. Your PR should only add/modify a single file named <your github username>.json in the data directory. If your PR touches only your file, it will be automatically merged and the database for rustaceans.org is automatically updated.

To remove yourself from rustaceans.org, send a PR removing your JSON file. Note that your data will remain in the public history of this repository and cannot be removed.

data/template.json is a template JSON file you can fill in with your details. Make sure you don't delete the original file or your PR will be rejected. All fields are optional (but your GitHub username will always be shown on rustaceans.org). You can add any fields you like; they will be ignored, but if that field is added to rustaceans.org in the future it will get picked up. Feel free to obfuscate any fields you like (such as email).

The fields

  • name - Your name.
  • email - Your email address. Will appear in a mailto link.
  • website - Your homepage URL.
  • blog - URL for your blog.
  • irc - Your IRC nickname. (Does not support different nicknames for different servers; use the nickname you use on Rust IRC channels.)
  • irc_channels - A JSON array of channel names on irc.mozilla.org, without the # (e.g. ["rust", "rust-gamedev"]).
  • discourse - Your username on Discourse.
  • reddit - Your username on Reddit.
  • twitter - Your username on Twitter, including the @.
  • mastodon - Your username on the Fediverse/Mastodon, in the format @u@i, where u is the username and i the instance. This can be found in your profile page.
  • show_avatar - true or false, if it is true, your GitHub avatar will be displayed on rustaceans.org.
  • notes - Any notes you like about yourself. Markdown format; make sure you escape newlines and double quotes.

License and copyright

Each file in this repository is copyright (2014) that file's author. By submitting a file to this repository, you give permission for the contained data to be stored and displayed on rustaceans.org. This permission may be withdrawn at any time by sending a pull request removing the file and the data will be removed from rustaceans.org within a reasonable time. No files in this repository may be copied, modified, or distributed for commercial use.

More Repositories

1

r4cppp

Rust for C++ programmers
Rust
3,348
star
2

derive-new

derive simple constructor functions for Rust structs
Rust
499
star
3

libhoare

Design by contract style assertions for Rust
Rust
247
star
4

graphql

A Rust GraphQL server framework
Rust
237
star
5

xmas-elf

elf parser and navigation tool, pure Rust
Rust
152
star
6

ezio

Easy IO for Rust
Rust
103
star
7

portable-interoperable

Async fundamentals initiative: portable and interoperable
74
star
8

apr-intro

An alternate introdcution to the APR book
60
star
9

talks

Slides and artifacts for talks
57
star
10

stupid-stats

Tutorial and demo of rust compiler replacement tooling
Rust
54
star
11

proc-macro-rules

Macro-rules-style syntax matching for procedural macros
Rust
49
star
12

zero

A Rust library for zero-allocation parsing of binary data.
Rust
47
star
13

error-docs

Documentation of Rust error handling
46
star
14

darkly

Rust
40
star
15

callgraph.rs

Callgraphs for Rust programs
Rust
32
star
16

rfc-index

A curated index of Rust RFCs
Rust
26
star
17

find-work

find something Rusty to work on
Rust
20
star
18

big-book-ffi

The Big Book of Rust Interop
20
star
19

provide-any

Proposed API for type-driven member access
Rust
10
star
20

leb128

Implementation of LEB128 encoding in Rust
Rust
9
star
21

mentor-rfcs

A place to improve your RFC writing skills and collaborate on writing RFCs
9
star
22

async-io-traits

Async versions of io traits
Rust
8
star
23

tikv-bench

Rust
7
star
24

rust-dxr

Rust indexing in DXR
7
star
25

rustdoc-highlight

A Rust syntax highlighting library
Rust
5
star
26

box-error

A library for error handling using boxed errors
Rust
4
star
27

gh-velocity

measure the velocity of PRs landing in GitHub
Rust
3
star
28

clyde

wip
Rust
3
star
29

grpc-snoop

A tool to capture TiKV gRPC messages
Go
3
star
30

survey-processing

Utility code for processing Rust's annual survey
Rust
3
star
31

N

PL Semantics Tool
Python
3
star
32

parcom

Rust
2
star
33

tmit

This Month in TiKV
2
star
34

owned-buf

An owned buffer type for reading into possibly uninitialized memory
Rust
2
star
35

github-issues-import

Fork of IQAndreas/github-issues-import
Python
2
star
36

triage

Scripts for helping with Rust issue triage
JavaScript
2
star
37

rustc-perf-data

1
star
38

grpc-benchmark

Shell
1
star
39

macro-libs

Design a proc macro library for Rust
1
star
40

collections

having some fun implementing basic data structures in Rust
Rust
1
star
41

fmtfmt

very WIP ideas for a generic formatting tool
Rust
1
star
42

read-buf

Very sketchy experimentation with ReadBuf things
Rust
1
star
43

raft-proto

Rust
1
star
44

ios-apnea

experiments in ios apps (an apnea timer)
Swift
1
star
45

ray

Rust and JS ray tracers
Rust
1
star
46

grpc-rs-squashed

grpc-rs without any Git history
Rust
1
star
47

derive-display-rfc

repo for collaborating on an RFC for derive display
1
star