Skip to content
#

Rust

rust logo

Rust is a systems programming language created by Mozilla. It is similar to C++, but is designed for improved memory safety without sacrificing performance.

Here are 16,119 public repositories matching this topic...

bat
yaahc
yaahc commented Apr 27, 2020

As far as I can tell bat as a library only supports writing to stdout, I'm interested in seeing if I can integrate bat with color-backtrace/color-spantrace and eyre. To do this I need bat to write to a std::fmt::Formatter and return a fmt::Result instead of printing to stdout (i assume?) and returning a bat::error::Error.

So assuming I'm not misreading the docs...

Proposal

memoryruins
memoryruins commented Feb 21, 2018

As awesome-rust grows, there are a few tweaks that may improve readability, consistency, and load times. Before making changes en masse, it would be great to hear anyone's thoughts and a green light from maintainers.

  • e.g current format (for half the current list. currently, not all entries include links to crates)
jean-airoldie
jean-airoldie commented Jun 6, 2019

Here is some general documentation improvement suggestion regarding flatbuffers. This is what I remember struggling with (from the top of my head). Also some point might be a little bit opinionated.

Some of the points were taken from #5387.

  • Regarding the builder:
    • The fact that its kinda like an arena allocator used for serialization.
    • The concept of offsets, what do they repre
jackpot51
jackpot51 commented Nov 4, 2016

For every scheme a fully running kernel has, the following functions need to be documented, if implemented. In addition, the Scheme and SchemeMut traits should be documented with usage and the default operation.

Documentation should include usage, what access restrictions there are, what paths and dup arguments are valid, and what errors may be returned.

Path Operations

  • open
yew
zohaad
zohaad commented Apr 14, 2020

I tried to find this in the documentation and examples, but there's no example of a manual request being made, only <form action="/login" method="post">

I tried:

let form = this.document.getElementById( 'loginForm' );
var formData = new FormData( form );
let res = await fetch( '/', {
    method: 'POST',
    body: formData,
    header: { 'Content-Type': 'multipart/form-data' },
})
pro-sumer
pro-sumer commented Jan 26, 2020

CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. The Podfile is a specification that describes the dependencies of the targets of one or more Xcode projects. The file should simply be named Podfile.

Please add Podfile to the "Immediate" class.

matkoniecz
matkoniecz commented Dec 8, 2019

Is it a suitable start for someone with 0 Rust experience? (my guess: yes, but it is a guess and it turned out to be wrong)

small exercises to get you used to reading and writing Rust code

indicates that it is for beginners, but it is unclear is it for someone just starting from hello world.

Alternatively, for a first-time Rust learner, there's several other resources:

Is it suppos

starship
rcjeferson
rcjeferson commented May 2, 2020

Feature Request

Is your feature request related to a problem? Please describe.

I realized that starship has no documentation in Portuguese (Brazil), so I would like to contribute with project and add pt_BR translation.

Describe the solution you'd like

Documentation in Portuguese (Brazil).


Contributing

If you are interested in contributing, please take a look

jzaefferer
jzaefferer commented May 4, 2020

Is your feature request related to a problem? Please describe.

This is unexpected:

❯ config --get startup
───┬────────────────────────────────────────
 # │ <value>
───┼────────────────────────────────────────
 0 │ alias myecho [msg] { echo Hello $msg }
 1 │ alias s [] { git status -sb }
───┴────────────────────────────────────────
nushell on 📙 1709-from-docs is 📦 v0.13.1 via 🦀 
gdbgui
mrVanDalo
mrVanDalo commented Mar 13, 2020

Is your feature request related to a problem? Please describe.

# build default.nix
nix-build -E 'with import <nixpkgs> {} ; callPackage ./default.nix {}'

this line things of nixpkgs> as a variable, but it actually should stay `.

Describe the solution you'd like

Best we to escapt <nixpkgs> some how.

Describe alternatives you've considered

currentl

lk-geimfari
lk-geimfari commented Aug 30, 2019

Well, we need to check all the projects and remove outdated ones.

We declare this in the readme:

However, keep in mind that we don't accept mammoth's shit. Only active and interesting projects with good documentation are added. Dead and abandoned projects will be removed.

But, sadly at this moment, this project looks like a mammoth shit itself.

We really need to fix it. I think

devjgm
devjgm commented Jan 20, 2020

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
I'd like the source code to be automatically clang-formatted according to my settings anytime the code is compiled. That is, don't require me to use the contextual menu or keyboard shortcut to format the code. Just auto-format it; just like the code is auto-compiled too.

Well, ther

MOZGIII
MOZGIII commented Jul 27, 2019

I'd like to use CONNECT method with HTTP (at least with 1.1, and, ideally with 2).

However, I don't think there's a way to unwrap the underlying stream from HTTP response.

Practically, I need an object that implements futures::io::AsyncRead and futures::io::AsyncWrite (from futures 0.3). Similar thing via tokio should work too.

eisenhaus335
eisenhaus335 commented Feb 27, 2020

Hello
i just recently found this game on rust-unofficial list. its seems there is no documentation for linux installation anywhere to be found. windows is easy cause they just use exe but for me linux i cant hardly know how to install it
i am using ubuntu 19.10 right now

wasmer

Created by Graydon Hoare

Released 2010

Organization
rust-lang
Website
www.rust-lang.org
Wikipedia
Wikipedia

Related Topics

c-plus-plus language
You can’t perform that action at this time.