-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Replace README.md with symlink to docs/README.rst.
- Loading branch information
Showing
3 changed files
with
27 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
docs/README.rst |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
#### | ||
FOCS | ||
#### | ||
|
||
Functional Open C Structures: A C Data Structures Library | ||
Current Version: ``focs-0.0.0-rc1`` (pre-release) | ||
|
||
What is FOCS? | ||
------------- | ||
|
||
FOCS is a data structure library implemented in C, designed to provide common data structures to C programs. Additionally, FOCS aims to provide a functional programming bent to these data structures by providing common higher order functions like `map` and `fold` that can be used with all of these data structures. | ||
|
||
Documentation | ||
------------- | ||
|
||
See https://quytelda.github.io/focs/. | ||
|
||
Obtaining FOCS | ||
-------------- | ||
|
||
See https://quytelda.github.io/focs/installation/obtaining.html. | ||
|
||
Building FOCS | ||
------------- | ||
|
||
See https://quytelda.github.io/focs/installation/makefile.html. |