Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
felixmoebius
libc
Commits
5b2bdd11
Commit
5b2bdd11
authored
4 years ago
by
Yuki Okushi
Browse files
Options
Downloads
Patches
Plain Diff
Replace CI badge
parent
bfce7044
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
5b2bdd11
# libc - Raw FFI bindings to platforms' system libraries
# libc - Raw FFI bindings to platforms' system libraries
[
![
Azure
Status]
][
Azure
]
[
![Cirrus CI Status]
][
Cirrus CI
]
[
![Latest Version]
][
crates.io
]
[
![Documentation]
][
docs.rs
]
![License]
[
![
GHA
Status]
][
GitHub Actions
]
[
![Cirrus CI Status]
][
Cirrus CI
]
[
![Latest Version]
][
crates.io
]
[
![Documentation]
][
docs.rs
]
![License]
`libc`
provides all of the definitions necessary to easily interoperate with C
`libc`
provides all of the definitions necessary to easily interoperate with C
code (or "C-like" code) on each of the platforms that Rust supports. This
code (or "C-like" code) on each of the platforms that Rust supports. This
...
@@ -94,8 +94,8 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
...
@@ -94,8 +94,8 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in
`libc`
by you, as defined in the Apache-2.0 license, shall be
for inclusion in
`libc`
by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.
dual licensed as above, without any additional terms or conditions.
[
Azure Statu
s
]:
https://
dev.azure
.com/rust-lang
2
/libc/
_apis/build/status/rust-lang.libc%20(1)?branchName=master
[
GitHub Action
s
]:
https://
github
.com/rust-lang/libc/
actions
[
Azure
]:
https://
dev.azure
.com/rust-lang
2
/libc/
_build/latest?definitionId=1&branchName=master
[
GHA Status
]:
https://
github
.com/rust-lang/libc/
workflows/CI/badge.svg
[
Cirrus CI
]:
https://cirrus-ci.com/github/rust-lang/libc
[
Cirrus CI
]:
https://cirrus-ci.com/github/rust-lang/libc
[
Cirrus CI Status
]:
https://api.cirrus-ci.com/github/rust-lang/libc.svg
[
Cirrus CI Status
]:
https://api.cirrus-ci.com/github/rust-lang/libc.svg
[
crates.io
]:
https://crates.io/crates/libc
[
crates.io
]:
https://crates.io/crates/libc
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment