summaryrefslogtreecommitdiff
blob: 8615dcf23eb8c913fc07568a5cfa17e36514ecb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>gyakovlev@gentoo.org</email>
		<name>Georgy Yakovlev</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>