initial version

This commit is contained in:
2025-12-21 15:36:46 +01:00
commit 876241f455
17 changed files with 936 additions and 0 deletions

14
bqst-core/Cargo.toml Normal file
View File

@@ -0,0 +1,14 @@
[package]
name = "bqst-core"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["cdylib"]
[profile.release]
opt-level = 3
strip = "symbols"
[dependencies]
dashu = { version = "0.4.2", default-features = false, features = ["num-order"] }