https://github.com/ltheinrich/kern
General library for Rust
https://github.com/ltheinrich/kern
library rust
Last synced: 4 months ago
JSON representation
General library for Rust
- Host: GitHub
- URL: https://github.com/ltheinrich/kern
- Owner: ltheinrich
- License: isc
- Created: 2019-11-21T14:16:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-20T20:28:34.000Z (about 1 year ago)
- Last Synced: 2025-06-05T21:48:45.021Z (about 1 year ago)
- Topics: library, rust
- Language: Rust
- Homepage: https://crates.io/crates/kern
- Size: 203 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://ltheinrich.de/kern/actions?query=workflow%3ACI)
# Kern
General library for Rust
## What is Kern?
Kern is a general-use library for the Rust programming language
## Using Kern
Add to Cargo.toml
```
[dependencies]
kern = "1"
```
## kern::http (with tls feature)
```
[dependencies]
kern = { version = "1", features = ["tls"] }
```