jay_lib 0.0.9

A small toolkit.
Documentation
jay_lib-0.0.9 has been yanked.

jay_lib

The lib for me to help remember in used of functions and style about Rust.

Usage

Add this to your Cargo.toml: [dependencies] jay_lib = "0.0.9"

fns

It is some functions.

structure

Resent Used Structs or some method.

Another see docs


To remember it: cargo doc --no-deps

Open

#![warn(missing_docs)]
#![deny(missing_docs)]
#![feature(rustdoc_missing_doc_code_examples)]
#![warn(rustdoc::missing_doc_code_examples)]

It was very hard!