Skip to content

Commit

Permalink
docs: explain directory structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed Apr 14, 2024
1 parent 6a1aecb commit 36ec3c2
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions include/wheel/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
## [Containers](./containers)

The implementation of the various data structures in the library.

## [Miscellaneous](./misc)

Various utilities and helper functions.

## [STD](./std)

Instantiations of the data structures with common types.

## [Traits](./traits)

The traits that can be implemented by the user to extend the library.

## [Wheel](./wheel)

A meta module that re-exports all the other modules.

0 comments on commit 36ec3c2

Please sign in to comment.