1
0
Fork
You've already forked uci2
0
No description
  • Rust 99.9%
Johann Carl Meyer a5060133a9
All checks were successful
Rust / Clippy (push) Successful in 1m46s
Rust / Rustfmt (push) Successful in 2m1s
Rust / Test (push) Successful in 1m7s
build(uci2): bump version ( #12 )
Reviewed-on: #12 
2026年07月04日 20:43:42 +02:00
.forgejo/workflows ci: add commit linter ( #4 ) 2026年06月10日 18:20:13 +02:00
uci2 build(uci2): bump version ( #12 ) 2026年07月04日 20:43:42 +02:00
uci2-sys build(uci2-sys): bump version ( #11 ) 2026年07月04日 19:06:01 +02:00
.gitignore initial commit 2026年05月17日 13:45:09 +02:00
.gitmodules initial commit 2026年05月17日 13:45:09 +02:00
Cargo.lock build(uci2): bump version ( #12 ) 2026年07月04日 20:43:42 +02:00
Cargo.toml add package metadata 2026年06月02日 19:54:40 +02:00
commitlint.config.mjs ci: add commit linter ( #4 ) 2026年06月10日 18:20:13 +02:00
README.md finish refactor into a rust workspace 2026年06月01日 21:07:04 +02:00

uci2

The uc2 workspace contains crates for interacting with the uci2 C-library.

Crates

  • uci2: Rust bindings for the uci2 C-library.
  • uci2-sys: Low-level bindings for the uci2 C-library.

License

The uci2 crate is distributed under MPL-2.0.

The uci2-sys crate is distributed under BSD-3-Clause.

The uci2 C-library is distributed under BSD-3-Clause.