Skip to content

Commit

Permalink
Collapse long blocks in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickroberts committed Feb 26, 2025
1 parent f37f039 commit ba0f41e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ target_link_libraries(yourlib PUBLIC beman::any_view)

## Reference

Synopsis:
<details>
<summary>Synopsis</summary>

```cpp
namespace beman::any_view {
Expand Down Expand Up @@ -158,6 +159,8 @@ inline constexpr bool std::ranges::enable_borrowed_range<
bool(OptsV & beman::any_view::any_view_options::borrowed);
```
</details>
## Building
There are workflows available in CMake presets such as `gcc-debug`:
Expand All @@ -168,6 +171,9 @@ cmake --workflow --preset gcc-debug

Alternatively you can manually configure, build, and test with CMake and CTest:

<details>
<summary>Example output</summary>

```bash
cmake -B build
cmake --build build
Expand Down Expand Up @@ -261,6 +267,8 @@ Test project /home/patrick/projects/any_view/build/gcc-debug
Total Test time (real) = 0.15 sec
```

</details>

## Contributing

Please do! Issues and pull requests are appreciated.

0 comments on commit ba0f41e

Please sign in to comment.