24 releases
0.10.1 | Aug 15, 2024 |
---|---|
0.10.0 | Apr 11, 2024 |
0.9.10 | Feb 23, 2024 |
0.9.9 | Aug 23, 2023 |
0.6.0 | Jul 29, 2022 |
#36 in No standard library
2,683 downloads per month
Used in 2 crates
35KB
693 lines
hermit-entry
Hermit's loading and entry API.
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
lib.rs
:
Hermit's loading and entry API.
This crate parses and loads Hermit applications ([elf
]).
Additionally, this crate unifies Hermit's entry API (Entry
) for all loaders and the kernel.
Dependencies
~0.7–1MB
~18K SLoC