Add a tinyvec
This commit is contained in:
parent
cc1630d741
commit
728b13289e
2 changed files with 329 additions and 0 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue