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

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


Branch: CURRENT, Version: 1.75.0, Package name: rust-1.75.0, 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:
[www/curl] [security/openssl] [lang/llvm]

Required to build:
[pkgtools/cwrappers] [lang/gcc5] [lang/python37]

Master sites:

Filesize: 279157.29 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-12 21:59:38 by Taylor R Campbell | Files touched by this commit (1)
Log message:
lang/rust: Need cmake as tool, not as buildlink.
   2024-04-11 21:54:42 by Tobias Nygren | Files touched by this commit (2)
Log message:
fix typo in comment
   2024-04-11 21:53:50 by Tobias Nygren | Files touched by this commit (3)
Log message:
rust: allow linking with external libunwind on Linux
   2024-03-21 03:14:14 by Nia Alarie | Files touched by this commit (1)
Log message:
rust: Make the list of supported platforms constant, requested by gdt.
   2024-03-19 12:18:49 by Nia Alarie | Files touched by this commit (1)
Log message:
rust: More realistic list of supported platforms.
   2024-03-10 22:24:36 by Havard Eidnes | Files touched by this commit (1)
Log message:
lang/rust: move conditional for sparc64 to after when options are known.
   2024-03-04 17:01:07 by Havard Eidnes | Files touched by this commit (1)
Log message:
lang/rust: use += for GCC_REQD (applicable only for sparc64).
   2024-03-03 15:57:30 by Havard Eidnes | Files touched by this commit (1)
Log message:
lang/rust: re-compute checksums, overlooked in the previous...