An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![Build Status](https://ltheinrich.de/kern/workflows/CI/badge.svg)](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"] }
```