-
Notifications
You must be signed in to change notification settings - Fork 0
/
CITATION.cff
60 lines (60 loc) · 1.66 KB
/
CITATION.cff
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
abstract: |
A set of input / output utilities for the Aeruginous Open Source Development
Toolbox.
authors:
- alias: kevinmatthes
family-names: Matthes
given-names: Kevin
cff-version: 1.2.0
date-released: 2024-06-06
keywords:
- Rust
- aeruginous
license: GPL-3.0
message: Please cite this software using these information.
repository-artifact: https://crates.io/crates/aeruginous-io
repository-code: https://github.com/kevinmatthes/aeruginous-io
title: aeruginous-io
url: https://github.com/kevinmatthes/aeruginous-io
version: 0.8.1
references:
- type: software
date-released: 2024-11-08
version: 0.8.5
abstract: The system exit codes as defined by <sysexits.h> for Rust
authors:
- alias: sorairolake
family-names: Sakai
given-names: Shun
- alias: kevinmatthes
family-names: Matthes
given-names: Kevin
- alias: TheAlgorythm
name: zSchoen
license:
- Apache-2.0
- MIT
repository-artifact: https://crates.io/crates/sysexits
repository-code: https://github.com/sorairolake/sysexits-rs
title: sysexits-rs
url: https://docs.rs/sysexits
- type: software
abstract: Find inadequately-tested code that can be removed without any tests failing.
authors:
- alias: sourcefrog
family-names: Pool
given-names: Martin
date-released: 2024-01-13
keywords:
- Rust
- cargo
- coverage
- development-tools::testing
- mutants
- mutation-testing
- testing
license: MIT
repository-code: https://github.com/sourcefrog/cargo-mutants
title: cargo-mutants
url: https://mutants.rs/
version: 24.9.0