- implement sliced views, including min, max, sum and mean operations

This commit is contained in:
Wim Pomp
2025-04-27 20:07:49 +02:00
parent 87e9715f97
commit 5195ccfcb5
15 changed files with 3566 additions and 1068 deletions

View File

@@ -8,7 +8,7 @@ use retry::{delay, delay::Exponential, retry};
use j4rs::Jvm;
fn main() -> anyhow::Result<()> {
println!("cargo:rerun-if-changed=build.rs");
println!("cargo::rerun-if-changed=build.rs");
#[cfg(not(feature = "python"))]
if std::env::var("DOCS_RS").is_err() {