Skip to content

Commit

Permalink
feat: rust-tempfile
Browse files Browse the repository at this point in the history
Managing temporary files and directories - Rust source code

Log: rust-tempfile would be added.

Issue:
	deepin-community/sig-deepin-sysdev-team#401

feat: rust-tempfile

Managing temporary files and directories - Rust source code

Log: rust-tempfile would be added.

Issue:
	deepin-community/sig-deepin-sysdev-team#401

feat: rust-fastrand

Simple and fast random number generator - Rust source code

Log: rust-fastrand would be added.

Issue:
	deepin-community/sig-deepin-sysdev-team#477

feat: rust-redox-syscall

Access raw Redox system calls - Rust source code

Log: rust-redox-syscall would be added.

Issue:
	deepin-community/sig-deepin-sysdev-team#478

feat: rust-bitflags-1

Macro to generate structures which behave like bitflags - Rust source code

Log: rust-bitflags-1 would be added.

Issue:
	deepin-community/sig-deepin-sysdev-team#479

feat: rust-num-cpus

Get the number of CPUs on a machine - Rust source code

Log: rust-num-cpus would be added.

Issue:
	deepin-community/sig-deepin-sysdev-team#467

feat: rust-rayon

Simple work-stealing parallelism for Rust - Rust source code

Log: rust-rayon would be added.

Issue:
	deepin-community/sig-deepin-sysdev-team#468

feat: rust-rayon-core

Core APIs for Rayon - Rust source code

Log: rust-rayon-core would be added.

Issue:
	deepin-community/sig-deepin-sysdev-team#469

feat: rust-crossbeam-channel

Multi-producer multi-consumer channels for message passing - Rust source code

Log: rust-crossbeam-channel would be added.

Issue:
	deepin-community/sig-deepin-sysdev-team#470

feat: rust-crossbeam-deque

Concurrent work-stealing deque - Rust source code

Log: rust-crossbeam-deque would be added.

Issue:
	deepin-community/sig-deepin-sysdev-team#471

feat: rust-crossbeam-utils

Utilities for concurrent programming - Rust source code

Log: rust-crossbeam-utils would be added.

Issue:
	deepin-community/sig-deepin-sysdev-team#472

feat: rust-crossbeam-epoch

Epoch-based garbage collection - feature "std" and 1 more

Log: rust-crossbeam-epoch would be added.

Issue:
	deepin-community/sig-deepin-sysdev-team#473

feat: rust-memoffset

Offset_of functionality for Rust structs - Rust source code

Log: rust-memoffset would be added.

Issue:
	deepin-community/sig-deepin-sysdev-team#474
  • Loading branch information
AKUN001-HI authored and deepin-ci-robot committed Jul 12, 2023
1 parent ad0b966 commit d9a72fd
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1472,6 +1472,10 @@ repos:
group: deepin-sysdev-team
info: source for the Rust bitflags crate

- repo: rust-bitflags-1
group: deepin-sysdev-team
info: Macro to generate structures which behave like bitflags - Rust source code

- repo: rust-bytemuck
group: deepin-sysdev-team
info: This package contains the source for the Rust bytemuck crate, packaged by
Expand Down Expand Up @@ -1511,6 +1515,22 @@ repos:
group: deepin-sysdev-team
info: Compiler intrinsics used by the Rust compiler

- repo: rust-crossbeam-channel
group: deepin-sysdev-team
info: Multi-producer multi-consumer channels for message passing - Rust source code

- repo: rust-crossbeam-deque
group: deepin-sysdev-team
info: Concurrent work-stealing deque - Rust source code

- repo: rust-crossbeam-epoch
group: deepin-sysdev-team
info: Epoch-based garbage collection - feature "std" and 1 more

- repo: rust-crossbeam-utils
group: deepin-sysdev-team
info: Utilities for concurrent programming - Rust source code

- repo: rust-ctor
group: deepin-sysdev-team
info: __attribute__((constructor)) for Rust.
Expand Down Expand Up @@ -1541,6 +1561,10 @@ repos:
group: deepin-sysdev-team
info: Type-erased Serialize and Serializer traits.

- repo: rust-fastrand
group: deepin-sysdev-team
info: Simple and fast random number generator - Rust source code

- repo: rust-fnv
group: deepin-sysdev-team
info: Fowler–Noll–Vo hash function.
Expand Down Expand Up @@ -1603,6 +1627,10 @@ repos:
group: deepin-sysdev-team
info: Rust development package for memchr library integration.

- repo: rust-memoffset
group: deepin-sysdev-team
info: Offset_of functionality for Rust structs - Rust source code

- repo: rust-minimal-lexical
group: deepin-sysdev-team
info: This package contains the source for the Rust minimal-lexical crate, packaged
Expand All @@ -1616,6 +1644,10 @@ repos:
group: deepin-sysdev-team
info: Byte-oriented, zero-copy, parser combinators

- repo: rust-num-cpus
group: deepin-sysdev-team
info: Get the number of CPUs on a machine - Rust source code

- repo: rust-once-cell
group: deepin-sysdev-team
info: Attribute macro to require a function can't ever panic.
Expand Down Expand Up @@ -1653,6 +1685,18 @@ repos:
group: deepin-sysdev-team
info: Core random number generator traits and tools.

- repo: rust-rayon
group: deepin-sysdev-team
info: Simple work-stealing parallelism for Rust - Rust source code

- repo: rust-rayon-core
group: deepin-sysdev-team
info: Core APIs for Rayon - Rust source code

- repo: rust-redox-syscall
group: deepin-sysdev-team
info: Access raw Redox system calls - Rust source code

- repo: rust-regex
group: deepin-sysdev-team
info: Regular expressions for Rust.
Expand All @@ -1661,6 +1705,10 @@ repos:
group: deepin-sysdev-team
info: It is a library for parsing, compiling, and executing regular expressions.

- repo: rust-remove-dir-all
group: deepin-sysdev-team
info: Safe, reliable implementation of remove_dir_all for Windows - Rust source code

- repo: rust-rustc-hash
group: deepin-sysdev-team
info: Speed, non-cryptographic hash used in rustc - Rust source code
Expand Down Expand Up @@ -1746,6 +1794,10 @@ repos:
info: This package contains the source for the Rust syn crate, packaged by debcargo
for use with cargo and dh-cargo.

- repo: rust-tempfile
group: deepin-sysdev-team
info: Managing temporary files and directories - Rust source code

- repo: rust-termcolor
group: deepin-sysdev-team
info: Simple cross platform library for writing colored text to a terminal.
Expand Down

0 comments on commit d9a72fd

Please sign in to comment.