embedded-exp 0.1.0

Exponentielle en virgule fixe Q15 pour systèmes embarqués `no_std`, zéro dépendance
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 = "2024"
name = "embedded-exp"
version = "0.1.0"
authors = ["Jorge Andre Castro <georgeandrec@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Exponentielle en virgule fixe Q15 pour systèmes embarqués `no_std`, zéro dépendance"
documentation = "https://docs.rs/embedded-exp"
readme = "README.md"
keywords = [
    "fixed-point",
    "math",
    "no-std",
    "exponential",
]
categories = [
    "mathematics",
    "no-std",
    "embedded",
]
license = "GPL-2.0-or-later"
repository = "https://github.com/jorgeandrecastro/embedded-exp"

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

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
panic = "abort"
strip = true