Skip to content

meanguy/crumb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crumb

crumb is a small C library containing common data structures and utility functions.

crumb was born out of simply wanting to write C, so you probably shouldn't actually use it.

Dependencies

Building

There are several make commands that can be used for building, testing, and generating docs.

# download and build third-party dependencies
make deps
# build .o files and a small demo executable
make build
# build static library object
make dist
# run unit tests
make test
# generate Doxygen docs
make docs
# start an nginx Docker container for serving docs
make serve-docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published