Re: [rust-dev] [OT] discourse bridge [was: rust-dev will be shut down soon]

2015-01-22 Thread Richo Healey
On 22/01/15 11:59 -0800, Brian Anderson wrote: You likely have already noticed, but traffic to rust-dev has decreased dramatically in recent months. This was a result of natural changes in project coordination at first, and then an intentional effort to phase out the list. For anyone else

Re: [rust-dev] Newbie question about Rust stack management

2014-12-18 Thread Richo Healey
On 18/12/14 10:40 +0100, Alfredo Di Napoli wrote: Good morning Rustaceans, I'm just moving my first steps into the Rust world, so please apologies in advance for my silly questions. As an exercise to learn the language I'm trying to create a streaming CLI app to decrypt data read from stdin

Re: [rust-dev] Cryptography Library

2014-05-05 Thread Richo Healey
On 05/05/14 18:33 +, Brad Messer - messerb wrote: Hello Everyone! My name is Bradley Messer and I am a senior Computer Science and Mathematics student at Clarkson University. I was speaking with a developer and was told that Rust was in need of a crypto library. I would like to write one,

Re: [rust-dev] Cryptography Library

2014-05-05 Thread Richo Healey
On May 5, 2014 at 11:42:19 AM, John Mija (jon...@proinbox.com) wrote: I like the project clearcrypt and it is awesome that developers start to build different algorithms than standard ones. But it's also necessary to have the most used algorithms, like i.e.: aes rsa des hmac md5

[rust-dev] Vector length specified by enum

2014-03-24 Thread Richo Healey
Hi List, First off, this came up today when I started on a set of rust bindings for libgit2. I skimmed around, but if anyone else is working on the same thing, let's combine effort. To my point: I'm writing bindings by hand instead of using bindgen for now to get a better feel for rust. I

Re: [rust-dev] Vector length specified by enum

2014-03-24 Thread Richo Healey
On 24/03/14 12:32 -0400, Josh Matthews wrote: Nope; we can't use casts of enum values in type signatures. This is discussed in https://github.com/mozilla/rust/issues/5873 . Cheers, Josh I continued messing with this last night. Yurume on IRC rightfully pointed out that having the MAX as a