./lang/rust, Safe, concurrent, practical language

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2018Q3, Version: 1.29.1, Package name: rust-1.29.1, Maintainer: pkgsrc-users

Rust is a systems programming language focused on three goals: safety,
speed, and concurrency. It maintains these goals without having a
garbage collector, making it a useful language for a number of use cases
other languages aren't good at: embedding in other languages, programs
with specific space and time requirements, and writing low-level code,
like device drivers and operating systems.

It improves on current languages targeting this space by having a number
of compile-time safety checks that produce no runtime overhead, while
eliminating all data races. Rust also aims to achieve "zero-cost
abstractions" even though some of these abstractions feel like those of
a high-level language. Even then, Rust still allows precise control
like a low-level language would.


Required to run:
[lang/python27]

Master sites:

SHA1: 5b1cc48bda7d77137062908def9b3f428dc3996d
RMD160: 780a25bb9c8fd60cde53ce617a0065362337d6ad
Filesize: 103608.634 KB

Version history: (Expand)


CVS history: (Expand)


   2018-10-15 19:42:45 by S.P.Zeidler | Files touched by this commit (1)
Log message:
Pullup ticket #5841 - requested by ryo
lang/rust: build fix

Revisions pulled up:
- lang/rust/Makefile                                            1.53

-------------------------------------------------------------------
   Module Name:	pkgsrc
   Committed By:	ryoon
   Date:		Sun Oct  7 23:12:49 UTC 2018

   Modified Files:
   	pkgsrc/lang/rust: Makefile

   Log message:
   Try to fix "warning: duplicate script for target "pre-build" \ 
ignored"

   To generate a diff of this commit:
   cvs rdiff -u -r1.52 -r1.53 pkgsrc/lang/rust/Makefile