Re: [rust-dev] Removal of sigils : ~T,~[T], Box, Vec

2014-05-04 Thread Brian Rogoff
Right, I don't need these matrices to grow, I know their permanent sizes when I create them, and I used to use slices::from_elem but that went away a few days ago. I always assumed that ~[T] was more like a builtin, fixed size, array, and Vec a growable vector. I imagine that this will all get sor

Re: [rust-dev] Removal of sigils : ~T,~[T], Box, Vec

2014-05-04 Thread Daniel Micay
On 04/05/14 07:03 PM, Brian Rogoff wrote: > Fair enough, but I hope that the Index trait overhaul is merged before > the ability to use slices like this is removed. To do otherwise would be > unpleasant. The ability to grow ~[T] was already removed, and it would be really nice to remove the remain

Re: [rust-dev] Removal of sigils : ~T,~[T], Box, Vec

2014-05-04 Thread Brian Rogoff
Fair enough, but I hope that the Index trait overhaul is merged before the ability to use slices like this is removed. To do otherwise would be unpleasant. On Sun, May 4, 2014 at 3:09 PM, Steven Fackler wrote: > That will be possible, but the Index trait needs to be overhauled first. > > Steven

[rust-dev] Announcing ClearCrypt: a new transport encryption library

2014-05-04 Thread Tony Arcieri
ClearCrypt's goal is to produce a minimalist transport encryption library written in a memory-safe language: Rust. Web site: http://clearcrypt.org/ The problem: http://clearcrypt.org/tls/ Github repo: https://github.com/clearcrypt/clearcrypt The project is presently complete vaporware, but the go

Re: [rust-dev] Removal of sigils : ~T,~[T], Box, Vec

2014-05-04 Thread Steven Fackler
That will be possible, but the Index trait needs to be overhauled first. Steven Fackler On Sun, May 4, 2014 at 3:01 PM, Brian Rogoff wrote: > On Sat, May 3, 2014 at 2:27 AM, Artella Coding < > artella.cod...@googlemail.com> wrote: > >> Hi looking at https://github.com/rust-lang/rfcs/pull/59 ,

Re: [rust-dev] Removal of sigils : ~T,~[T], Box, Vec

2014-05-04 Thread Brian Rogoff
On Sat, May 3, 2014 at 2:27 AM, Artella Coding < artella.cod...@googlemail.com> wrote: > Hi looking at https://github.com/rust-lang/rfcs/pull/59 , is it the case > that the following replacement rules apply : > > 1) ~T is replaced by Box > 2) ~[T] is replaced by Vec > > and what does little "box"

Re: [rust-dev] Private trait items

2014-05-04 Thread Simon Ruggier
Hi Tommi, I think that, rather than creating a second fork, you'd want to create a second git branch in same repository that you cloned from the original fork, commit your second RFC in the new branch you just made, push that branch back out to github, and then use the second branch to create your