kern

Crates.iokern
lib.rskern
version1.8.3
created_at2019-05-08 18:56:49.435697+00
updated_at2025-03-15 00:17:02.354571+00
descriptionGeneral library for Rust
homepage
repositoryhttps://ltheinrich.de/kern
max_upload_size
id132864
size103,645
Lennart Heinrich (ltheinrich)

documentation

https://docs.rs/kern

README

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"] }
Commit count: 0

cargo fmt