Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add project: libc (Rust) #124

Open
3 of 4 tasks
KamilaBorowska opened this issue Mar 10, 2022 · 0 comments
Open
3 of 4 tasks

Add project: libc (Rust) #124

KamilaBorowska opened this issue Mar 10, 2022 · 0 comments

Comments

@KamilaBorowska
Copy link

KamilaBorowska commented Mar 10, 2022

Basic info

Project name: libc
Project link: https://github.com/rust-lang/libc

Qualifications

ZeroVer's patent-pending zero-based versioning
scheme can obviously be used by everyone, but not every usage is
necessarily notable. Check that the first and at least one other
criterion apply:

  • A current ZeroVer-compliant version (0.*) or long history of ZeroVer usage, and
  • Very wide exposure (i.e., 1,000+ GitHub stars), or
  • Active promotion as part of a paid product or service (e.g., Hashicorp Vault), or
  • Relative maturity and infrastructural importance (e.g., Compiz, docutils)

Additional notability info

libc is one of the most popular libraries for Rust programming language providing bindings to platforms' system libraries. It is depended on by 39,123 crates. A release of libc 0.2.0 in 2015 (back when the language was much smaller) caused an event known as "libcpocalyse" causing a lot of crates to break due to incompatible type definitions (structures defined in different versions of crates are different) - for example, Servo had to coordinate upgrading 52 dependencies.

The library is so popular at this point that releasing 1.0 is tricky as doing so could break everything: rust-lang/libc#547.

Citation info


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant