File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name = "hermit-entry"
3
3
version = " 0.9.9"
4
4
authors = [
" Martin Kröning <[email protected] >" ]
5
5
edition = " 2021"
6
- description = " RustyHermit's entry API."
6
+ description = " Hermit's loading and entry API."
7
7
repository = " https://github.com/hermitcore/hermit-entry"
8
8
license = " MIT OR Apache-2.0"
9
9
keywords = [" hermit" , " unikernel" ]
Original file line number Diff line number Diff line change 4
4
[ ![ docs.rs] ( https://img.shields.io/badge/docs.rs-documentation-green.svg )] ( https://docs.rs/hermit-entry/latest/hermit_entry/ )
5
5
[ ![ CI] ( https://github.com/hermitcore/hermit-entry/actions/workflows/ci.yml/badge.svg )] ( https://github.com/hermitcore/hermit-entry/actions/workflows/ci.yml )
6
6
7
- RustyHermit's entry API.
7
+ Hermit's loading and entry API.
8
8
9
9
## License
10
10
Original file line number Diff line number Diff line change 1
- //! # RustyHermit's entry API.
1
+ //! # Hermit's loading and entry API.
2
2
//!
3
- //! This crate unifies RustyHermit's entry API ([`Entry `]) for all loaders and the kernel .
3
+ //! This crate parses and loads Hermit applications ([`elf `]).
4
4
//!
5
- //! This crate also parses and loads RustyHermit applications ([`elf `]).
5
+ //! Additionally, this crate unifies Hermit's entry API ([`Entry `]) for all loaders and the kernel .
6
6
7
7
#![ no_std]
8
8
#![ cfg_attr( docsrs, feature( doc_cfg, doc_auto_cfg) ) ]
You can’t perform that action at this time.
0 commit comments