Skip to content

Commit

Permalink
Merge pull request #109 from anton-rs/rf/feat/assets
Browse files Browse the repository at this point in the history
chore: Assets
  • Loading branch information
refcell authored Nov 11, 2024
2 parents c82fe63 + 97995e9 commit 6ca9cc8
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<h1 align="center">
<img src="./crates/registry/assets/banner.png" alt="hilo" width="100%" align="center">
<img src="./assets/banner.png" alt="hilo" width="100%" align="center">
</h1>

<h4 align="center">
Expand All @@ -23,9 +23,12 @@

## Overview

`hilo` is a suite of portable, modular `std` OP Stack components.

[bin/](./bin/) provides a host of binary applications that compose [crates](./crates/).
`hilo` is the sister of [`kona`][kona].
It is a suite of portable, modular `std` OP Stack components,
where `kona` contains `no_std` components.
`hilo` provides library components in [crates](./crates/), and
binary applications in [bin/](./bin/). Bins like `hera` compose
multiple crates from `hilo` and `kona`.


## Development Status
Expand All @@ -52,3 +55,4 @@ Licensed under <a href="LICENSE-MIT">MIT license</a>.

[mit-url]: LICENSE-MIT
[apache-url]: LICENSE-APACHE
[kona]: https://github.com/anton-rs/kona
Binary file added assets/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/favicon.ico
Binary file not shown.
Binary file added assets/hilo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6ca9cc8

Please sign in to comment.