rust
Port variant std
Summary Systems programming language from Mozilla
Package version 1.98.0
Homepage https://www.rust-lang.org/
Keywords lang
Maintainer nobody
License APACHE20 , MIT (dual)
Other variants There are no other variants.
Ravenports Buildsheet | History
Ravensource Port Directory | History
Last modified 30 AUG 2026, 16:12:24 UTC
Port created 13 DEC 2018, 15:45:56 UTC
Subpackage Descriptions
single Rust is a systems programming language that runs blazingly fast, prevents segfaults, and guarantees thread safety. Performance Rust is blazingly fast and memory-efficient: with no runtime or garbage collector, it can power performance-critical services, run on embedded devices, and easily integrate with other languages. Reliability Rust's rich type system and ownership model guarantee memory-safety and thread-safety -- and enable you to eliminate many classes of bugs at compile-time. Productivity Rust has great documentation, a friendly compiler with useful error messages, and top-notch tooling -- an integrated package manager and build tool, smart multi-editor support with auto-completion and type inspections, an auto-formatter, and more.
Configuration Switches (platform-specific settings discarded)
SUNOS OFF Build/link modifications based on SunOS
Package Dependencies by Type
Build (only) bash:primary:std
cmake:primary:std
ncurses:primary:std
gmake:primary:std
libexecinfo:dev:std
libressl:dev:std
zlib:dev:std
python313:dev:std
python313:primary:std
autoselect-python:single:std
Build and Runtime libexecinfo:primary:std
Runtime (only) libexecinfo:dev:std
ravensys-gcc:compilers:std (single subpackage)
ravensys-gcc:cxx_run:std (single subpackage)
ravensys-gcc:libs:std (single subpackage)
ravensys-binutils:single:std (single subpackage)
Download groups
main https://static.rust-lang.org/dist/
curl http://curl.haxx.se/download/
dflyboot https://leaf.dragonflybsd.org/~marino/dports-src/rust/
Distribution File Information
271fa73d8174f53d713c46a8310da7bf7cfdcfb8b7cfd1c2b74b84a83ae9fb1e 244440040 rustc-1.98.0-src.tar.xz de9c7b2fe7100c872fdbb896db2c073be2f3b6173a8a0a7e9a7a9fbf60835f8e 77370402 rustc-1.97.1-x86_64-unknown-dragonfly.tar.zst 3fedafa9e88d61769fc8a13f2eef4e2d38e90eeb7c5f947fe171829e3c7ba9f6 216251636 rust-std-1.97.1-x86_64-unknown-dragonfly.tar.zst 21fd22e4473c0bc802116154580312058663a4a25c1250dd49af99829cbabee6 11429452 cargo-1.97.1-x86_64-unknown-dragonfly.tar.zst 7d7b48d311959c494af26b2039682eca1786b9c9c5865d66cef759014f6943e5 177041521 rustc-1.97.1-x86_64-unknown-freebsd.tar.gz f29b1b352970a7be9b095b7eba937ebb58ae818d0c9f82850417894460422f0f 47305029 rust-std-1.97.1-x86_64-unknown-freebsd.tar.gz b69caf9371c3dbcd0225f300ac01573737c6b1166ca96e2b383884bb50ec2193 17243292 cargo-1.97.1-x86_64-unknown-freebsd.tar.gz 1c441e430c1cca49dff54a8d59c41038bf6f79f7b8756596cb2f36511a015eba 136691516 rustc-1.97.1-x86_64-unknown-linux-gnu.tar.gz 45b927ecf776b9645ca2ed5b287fc6814824a073c30c7c5d5c0ad4425295ecee 50265257 rust-std-1.97.1-x86_64-unknown-linux-gnu.tar.gz 90cbeb8adfe8ca0fcbe01a18bd9b99d3e5e98fd29c003032828ebf3ffba0e4ed 15642386 cargo-1.97.1-x86_64-unknown-linux-gnu.tar.gz 416c6c24393d6c046bbcf1be581e5fbdc4aa9885a6bed728a12093fcd4a4e7f6 187094450 rustc-1.97.1-x86_64-unknown-netbsd.tar.gz 5029e6b7686b1291f4eb0c9f11e5048c140d1524850de7f21ccd84224be47d85 43612456 rust-std-1.97.1-x86_64-unknown-netbsd.tar.gz 1c8f7e0c13136c73a7e5c27090c31379b54fb0656a5574f5bc441048fe208a7a 17189144 cargo-1.97.1-x86_64-unknown-netbsd.tar.gz 07540285d42c0ad8121918e0980aaa1b3226822045b2bcf9fd2055b13c41d817 213507716 rustc-1.97.1-x86_64-unknown-illumos.tar.gz efe90a9a7802d2f4bd8c7c98c4b3359659206e0a9a175bfa099eabc6f0a4cadc 43326768 rust-std-1.97.1-x86_64-unknown-illumos.tar.gz e3f87aae874be001596b18c845535ac61eaf477381f52919360fdbdc92e0c8a7 22111181 cargo-1.97.1-x86_64-unknown-illumos.tar.gz fd17432cf28714a4cf39d89e26b8ace0d8901199fe5d01d75eb0ae3bbfcc731f 2571564 curl-7.88.0.tar.xz
Ports that require rust:std
alacritty:std Cross-platform, GPU-accelerated terminal emulator
b3sum:std Command line utility for calculating BLAKE3 hashes
bindgen-cli:std Generate Rust bindings from C (and some C++) code
cargo-c:std Helper applet to build C-like libraries
cbindgen:std Tool for generating C bindings to Rust code
clamav:std Clam Anti-Virus Scanner
cobalt:std Static site generator written in Rust
ferron:std Fast, memory-safe web server written in Rust
firefox:std Mozilla web browser
fish:std Friendly Interactive SHell
forgejo-cli:std CLI client for Forgejo
hickory-dns:std Rust-based DNS server with DNSSEC support + utils
librsvg:std SVG vector-graphic files rendering library
mandown:std Create man pages from markdown markup
mozjs140:std Standalone JS interpreter from Mozilla 140-esr
oxicloud:std Secure, light cloud application written in Rust
python-ast-serialize:v13 Python bindings for mypy AST serialization (3.13)
python-ast-serialize:v14 Python bindings for mypy AST serialization (3.14)
python-bcrypt:v13 Modern password hashing based on blowfish (3.13)
python-bcrypt:v14 Modern password hashing based on blowfish (3.14)
python-cachebox:v13 Memoizing and caching library (3.13)
python-cachebox:v14 Memoizing and caching library (3.14)
python-cryptography:v13 Cryptographic recipes and primitives (3.13)
python-cryptography:v14 Cryptographic recipes and primitives (3.14)
python-maturin:v13 Build and publish python rust packages (3.13)
python-maturin:v14 Build and publish python rust packages (3.14)
python-netifaces2:v13 Portable network interface information (3.13)
python-netifaces2:v14 Portable network interface information (3.14)
python-nh3:v13 Leverage ammonia HTML sanitization library (3.13)
python-nh3:v14 Leverage ammonia HTML sanitization library (3.14)
python-orjson:v13 Fast, correct Python JSON library (3.13)
python-orjson:v14 Fast, correct Python JSON library (3.14)
python-pipdeptree:v13 Utility to show package dependency tree (3.13)
python-pipdeptree:v14 Utility to show package dependency tree (3.14)
python-pydantic_core:v13 Core module for pydantic (3.13)
python-pydantic_core:v14 Core module for pydantic (3.14)
python-rpds-py:v13 Bindings to Rust persistent data structures (3.13)
python-rpds-py:v14 Bindings to Rust persistent data structures (3.14)
ripgrep:std Search tool like ag but at the speed of grep
rpm-sequoia:std OpenPGP backend for rpm using Sequoia PGP
rs-tftpd:std TFTP server daemon & client implemented in Rust
sccache:std Shared compilation cache for C/C++ and Rust
shadowsocks-rust:std Fast tunnel proxy to bypass firewalls
shotgun:std Minimal X screenshot utility
taskwarrior:std Feature-rich command-line todo list manager
thunderbird:std Mozilla Thunderbird mail/newsgroup client
zellij:std Pluggable terminal workspace / multiplexer