learn 0.1.0

General-purpose learn library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "learn"
version = "0.1.0"
authors = ["wandalen <wandalen.me@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
General-purpose learn library
"""
homepage = "https://github.com/Wandalen/wTools/tree/master/module/core/learn"
documentation = "https://docs.rs/learn"
readme = "readme.md"
keywords = [
    "fundamental",
    "general-purpose",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/Wandalen/wTools/tree/master/module/core/learn"

[package.metadata.docs.rs]
features = ["full"]
all-features = false

[features]
default = ["enabled"]
enabled = []
full = ["enabled"]

[lib]
name = "learn"
path = "src/lib.rs"

[[test]]
name = "smoke_test"
path = "tests/smoke_test.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"

[dependencies]

[dev-dependencies]