Add Xs, a wrapper over Vec<X> (#29)

This commit is contained in:
Jamjamjon
2024-08-03 18:03:35 +08:00
committed by GitHub
parent c4c240ef75
commit 53d14ee2fb
20 changed files with 193 additions and 201 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "usls"
version = "0.0.8"
version = "0.0.9"
edition = "2021"
description = "A Rust library integrated with ONNXRuntime, providing a collection of ML models."
repository = "https://github.com/jamjamjon/usls"