cujson-sys 0.1.1

Raw FFI bindings to cuJSON, compiled with nvcc when the `cuda` feature is on
Documentation
1
2
3
4
5
6
7
8
9
10
# Upstream cuJSON sources

- Repository: https://github.com/AutomataLab/cuJSON
- Commit: `38d27b6e6c4eb74205cf59f4123b0983034405e2` (2026-09-10)
- Path: `cujson/`
- License: MIT (`LICENSE`, copied from the upstream repository root)

The commit "Import cuJSON sources from upstream 38d27b6" contains the files byte-identical
to upstream. Every local change lands as a separate commit after it, so
`git diff <import-commit> -- crates/cujson-sys/cuda/upstream` shows all modifications.