Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 2.18 KB

development_tools.md

File metadata and controls

33 lines (25 loc) · 2.18 KB

Development Tools

{{#include development_tools/debugging.md}}

Versioning

Recipe Crates Categories
Parse and increment a version string [![semver-badge]][semver] [![cat-config-badge]][cat-config]
Parse a complex version string [![semver-badge]][semver] [![cat-config-badge]][cat-config]
Check if given version is pre-release [![semver-badge]][semver] [![cat-config-badge]][cat-config]
Find the latest version satisfying given range [![semver-badge]][semver] [![cat-config-badge]][cat-config]
Check external command version for compatibility [![semver-badge]][semver] [![cat-text-processing-badge]][cat-text-processing] [![cat-os-badge]][cat-os]

Build Time

Recipe Crates Categories
Compile and link statically to a bundled C library [![cc-badge]][cc] [![cat-development-tools-badge]][cat-development-tools]
Compile and link statically to a bundled C++ library [![cc-badge]][cc] [![cat-development-tools-badge]][cat-development-tools]
Compile a C library while setting custom defines [![cc-badge]][cc] [![cat-development-tools-badge]][cat-development-tools]

{{#include links.md}}