Name Description Size
.cargo-checksum.json 21282
.cargo_vcs_info.json 94
.editorconfig 171
.git-blame-ignore-revs 202
.release-plz.toml ## [{{ version | trim_start_matches(pat="v") }}]\ {%- if release_link -%}\ ({{ release_link }})\ {% endif %} \ - {{ timestamp | date(format="%Y-%m-%d") }} {% for group, commits in commits | group_by(attribute="group") %} ### {{ group | upper_first }} {% for commit in commits %} - {% if commit.scope -%}{{ commit.scope | upper_first }}: {% endif %} {%- if commit.breaking %}[**breaking**] {% endif %} {{- commit.message }} {%- if commit.links %} ([{{ commit.links.1.text }}]({{ commit.links.1.href }})){% endif -%} {% endfor %} {% endfor %} {%- if github -%} {% if github.contributors | filter(attribute="is_first_time", value=true) | length != 0 %} ## New Contributors ❤️ {% endif %}\ {% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %} * @{{ contributor.username }} made their first contribution {%- if contributor.pr_number %} in \ [#{{ contributor.pr_number }}]({{ self::remote_url() }}/pull/{{ contributor.pr_number }}) \ {%- endif %} {%- endfor -%} {%- endif %} 1872
build.rs 10287
Cargo.lock 406
Cargo.toml 5347
Cargo.toml.orig 5578
CHANGELOG.md 48023
CONTRIBUTING.md 5568
LICENSE-APACHE 9723
LICENSE-MIT 1076
README.md # libc - Raw FFI bindings to platforms' system libraries 4384
rustfmt.toml 113
src
tests