summaryrefslogtreecommitdiff
blob: 99067849043da9400ac3a69211db518906c96418 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person" proxied="yes">
		<email>randy@electronsweatshop.com</email>
		<name>Randy Barlow</name>
	</maintainer>
	<maintainer type="person" proxied="yes">
		<email>navi@vlhl.dev</email>
		<name>Anna Figueiredo Gomes</name>
	</maintainer>
	<maintainer type="project">
		<email>rust@gentoo.org</email>
		<name>Rust Project</name>
	</maintainer>
	<longdescription>
		The Rust Standard Library is the foundation of portable Rust software,
		a set of minimal and battle-tested shared abstractions for the broader Rust ecosystem.
		It offers core types, like Vec&lt;T&gt; and Option&lt;T&gt;, library-defined operations on language primitives,
		standard macros, I/O and multithreading, among many other things.
	</longdescription>
	<upstream>
		<remote-id type="github">rust-lang/rust</remote-id>
	</upstream>
</pkgmetadata>