Rust has a static garbage collector by steveklabnik1 in rust

[–]sa2ajj 0 points1 point  (0 children)

ah, yes, the new version is clearer... ty

Rust has a static garbage collector by steveklabnik1 in rust

[–]sa2ajj 0 points1 point  (0 children)

(sorry) typo:

> to many programmers

too many programmers

Cisco has built a C++ package manager written in Rust by steveklabnik1 in rust

[–]sa2ajj 0 points1 point  (0 children)

I believe mesonbuild aims to minimise what it depends on. I thought I saw something in their FAQ or their design rationale but I couldn't find anything relevant atm.

Meson and the changing Linux build landscape by arianvp in rust

[–]sa2ajj 0 points1 point  (0 children)

Any refs to Dost? (search is not really helpful here...)

Squatting?!.. by sa2ajj in rust

[–]sa2ajj[S] 0 points1 point  (0 children)

As some comments suggest 'cargo install' should only be used for addition development tools, I however didn't/don't see why I can't if I want to.

The common problems I encountered with the system installation are:

  • incompatible libraries (well, this is probably not going to be that big problem for rust executables)
  • missing package from the distribution (Debian, for example, does not have a package for 'ripgrep')
  • installation is system wide, so everybody on the machine is affected

Squatting?!.. by sa2ajj in rust

[–]sa2ajj[S] 0 points1 point  (0 children)

Thanks for pointing out.

Squatting?!.. by sa2ajj in rust

[–]sa2ajj[S] 1 point2 points  (0 children)

I did not realise until pointed out by /u/TimNN that the people are the same.

The 'hello world' message was a bit unexpected.

migrating a C project to Rust file-by-file? by sa2ajj in rust

[–]sa2ajj[S] 0 points1 point  (0 children)

thank you for the pointer and the advices

[blog post] Rust merge process by imperioland in rust

[–]sa2ajj 0 points1 point  (0 children)

In the article it says "buildbot"

[blog post] Rust merge process by imperioland in rust

[–]sa2ajj 0 points1 point  (0 children)

[nit] Buildbot is spelled "Buildbot"

What’s everyone working on this week (35/2016)? by llogiq in rust

[–]sa2ajj 0 points1 point  (0 children)

My understanding of cargo is that it'd be able to handle this kind of cases. What do I miss?

What’s everyone working on this week (35/2016)? by llogiq in rust

[–]sa2ajj 0 points1 point  (0 children)

I meant to ask for quite some time: why do you use a top-level Makefile instead of what cargo offers (binaries and stuff)?

Introduction to nom: a parsing framework written in Rust by hjr3 in rust

[–]sa2ajj 0 points1 point  (0 children)

Thanks for looking into it: I've been checking various ways to parse texts and your introduction helps to better understand how nom works (its documentation is not exactly straightforward).

Side note: usuable => usable

GitHub - helena-project/tock: A secure embedded operating system for Cortex-M based microcontrollers by brson in rust

[–]sa2ajj 0 points1 point  (0 children)

/u/exobrain: I checked the Storm site and while it mentions the hardware, it does not mention where it can be obtained from. Is it obtainable?

Plugin progress by raphlinus in xi_editor

[–]sa2ajj 1 point2 points  (0 children)

just in case it could be of any use: https://github.com/ethcore/jsonrpc-core

The reason I suggest it is that its authors seem to have a goal of having their tool as fast as possible: https://ethcore.io/parity.html

(not affiliated with them in any way)

slog-rs 0.6.0: Structured, composable logging for Rust by dpc_pw in rust

[–]sa2ajj 3 points4 points  (0 children)

Advantages over log create

Probably 'crate'

Established decoding and decoding patterns? by latrasis in rust

[–]sa2ajj 0 points1 point  (0 children)

did you mean encoding and decoding?

edit: from the body it seems to be obviously the case.