zfc

Library for sets according to ZFC.
git clone https://git.philomathiclife.com/repos/zfc
Log | Files | Refs | README

commit d46dbd3b228b7ffa56b66eec8bb1bb2d81b49354
parent bed37676000cf3e810b2e89db83eec51ffac818e
Author: Zack Newman <zack@philomathiclife.com>
Date:   Fri, 21 Nov 2025 20:48:19 -0700

tweak to readme

Diffstat:
MCargo.toml | 2+-
MREADME.md | 4++--
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -10,7 +10,7 @@ name = "zfc" readme = "README.md" repository = "https://git.philomathiclife.com/repos/zfc/" rust-version = "1.86.0" -version = "0.4.5" +version = "0.4.6" [lints.rust] ambiguous_negative_literals = { level = "deny", priority = -1 } diff --git a/README.md b/README.md @@ -37,10 +37,10 @@ as defined in the Apache-2.0 license, shall be dual licensed as above, without a Before any PR is sent, `cargo clippy --all-targets`, `cargo test --all-targets`, and `cargo test --doc` should be run _for each possible combination of "features"_ using the stable and MSRV toolchains. One easy way to achieve this is by invoking [`ci-cargo`](https://crates.io/crates/ci-cargo) as `ci-cargo clippy --all-targets test --all-targets` -in the `priv_sep` directory. +in the `zfc` directory. Last, `RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features` should be run to ensure documentation can be -built on non-OpenBSD platforms; otherwise `cargo doc --all-features` should be run. +built. ### Status