https://github.com/clibraries/clibraries
Config files for my GitHub profile.
https://github.com/clibraries/clibraries
config github-config
Last synced: about 1 month ago
JSON representation
Config files for my GitHub profile.
- Host: GitHub
- URL: https://github.com/clibraries/clibraries
- Owner: clibraries
- Created: 2023-06-18T03:59:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-18T04:11:18.000Z (over 2 years ago)
- Last Synced: 2025-06-01T08:38:54.276Z (9 months ago)
- Topics: config, github-config
- Homepage: https://github.com/clibraries
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I write high quality C libraries using the following guidelines:
- performance: fast libraries are useful in a more contexts than slow libraries.
- header only: the easiest dependency management approach is to have no dependencies.
- standards compliant: keep code portable and minimize surprises.