Add a tinyvec

This commit is contained in:
Quentin Boyer 2024-12-10 01:13:12 +01:00
parent cc1630d741
commit 728b13289e
2 changed files with 329 additions and 0 deletions

View file

@ -3,6 +3,8 @@ use std::path::PathBuf;
use bstr::{BString, ByteSlice};
use clap::Parser;
pub mod tinyvec;
#[derive(Parser)]
struct Args {
#[arg(short, long)]