Re: How to incoporate the rust ecosystem inside ports ?

2016-12-09 Thread Sebastien Marie
On Fri, Dec 09, 2016 at 10:45:05AM +, Edd Barrett wrote: > Hi Sebastien, > > On Thu, Dec 08, 2016 at 04:30:27PM +0100, Sebastien Marie wrote: > > Hi, > > > > I started to discuss, mainly with landry@, on how to properly use Rust > > ecosystem inside ports. > > I don't know much about rust, b

Re: How to incoporate the rust ecosystem inside ports ?

2016-12-09 Thread Edd Barrett
Hi Sebastien, On Thu, Dec 08, 2016 at 04:30:27PM +0100, Sebastien Marie wrote: > Hi, > > I started to discuss, mainly with landry@, on how to properly use Rust > ecosystem inside ports. I don't know much about rust, but I have dabbled with cargo and it seems golang has a similar package manager

Re: How to incoporate the rust ecosystem inside ports ?

2016-12-09 Thread Laurence Tratt
On Thu, Dec 08, 2016 at 04:30:27PM +0100, Sebastien Marie wrote: Hello Sebastien, > So I would like to open the discussion on the "proper" way to manage crates > inside OpenBSD ports tree. First of all, thanks for all your hard work in getting Rust up and running so well on OpenBSD! I must admi

How to incoporate the rust ecosystem inside ports ?

2016-12-08 Thread Sebastien Marie
Hi, I started to discuss, mainly with landry@, on how to properly use Rust ecosystem inside ports. First, some terms: - Rust : the programming language. - rustc: the "official" compiler of Rust. - cargo: the rust packaging system. It will download "crates", build them and make a binary.