kern

Crates.iokern
lib.rskern
version1.7.1
sourcesrc
created_at2019-05-08 18:56:49.435697
updated_at2024-03-09 20:57:32.002933
descriptionGeneral library for Rust
homepage
repositoryhttps://ltheinrich.de/kern
max_upload_size
id132864
size86,900
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