SNAPKITTYWEST's picture
chore: push full sov-kernel-monster content from local build
9425aed verified
Raw
History Blame Contribute Delete
371 Bytes
[package]
name = "trajectory_export"
version = "0.1.0"
edition = "2021"
description = "Exports stochastic solver trajectory data as flat Float32 binary for WebGL consumption"
repository = "https://github.com/SNAPKITTYWEST/sov-kernel-monster"
license = "MIT OR Apache-2.0"
[dependencies]
ndarray = "0.15"
bytemuck = { version = "1.14", features = ["derive"] }