libcommons 0.7.0

A bunch of things I don't want to write again
Documentation
[features]
default = []
dirs = []
extra_traits = []
ffi = []
full = ["str", "dirs", "extra_traits", "io", "result", "iter", "ffi"]
io = []
iter = []
matrix = ["nightly"]
nightly = []
result = []
str = []

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::ffi"]
description = "A bunch of things I don't want to write again"
edition = "2024"
keywords = ["common", "ffi"]
license = "MIT"
name = "libcommons"
readme = false
repository = "https://github.com/5GameMaker/libcommons"
version = "0.7.0"

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