lv-std 0.0.3

some utils for c and unsafe rust, this is for personal use for now so you can use it but don't expect any regular updates or maintaining
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "lv-std"
version = "0.0.3"
edition = "2024"
authors = ["Lukas Slimani, lukas.slimani@gmail.com"]
description = "some utils for c and unsafe rust, this is for personal use for now so you can use it but don't expect any regular updates or maintaining"
license = "MIT"
repository = "https://github.com/lslimani/lv-std"
homepage = "https://github.com/lslimani/lv-std"
documentation = "https://docs.rs/lv-std"
[dependencies]
#we need to get rid of that ...
generic-array = "1.2.0"
typenum = "1.18"