Skip to content

ltheinrich/kern

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

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"] }