chore: Release fp-library v0.11.0 and fp-macros v0.4.2#17
Merged
nothingnesses merged 2 commits intomainfrom Mar 10, 2026
Merged
chore: Release fp-library v0.11.0 and fp-macros v0.4.2#17nothingnesses merged 2 commits intomainfrom
nothingnesses merged 2 commits intomainfrom
Conversation
- Update lib.rs and README.md feature listings to match actual codebase - Fix incorrect turbofish arity for map in README (4 params -> 3) - Update README dependency version from 0.9 to 0.10 - Move ConstBrand from types/const_val.rs to brands.rs and update imports - Expand optics.rs comparison table with all optic types and fix P -> PointerBrand - Rewrite optics.rs module organization to list all types and helpers - Fix fp-macros doc examples to include section headings from doc macros - Document validation rules and impl Trait lint in fp-macros - Extract no_validation string literal to constant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ConstBrandfromtypes::const_valtobrandsmodule, expanded optics documentation, fixed turbofish arity in README examples, updatedlib.rsfeature listings and lazy evaluation docs.lib.rsto include section headings, documented#[document_module]validation rules andimpl Traitlint, extractedNO_VALIDATIONconstant.Changes
ConstBrandmoved tobrandsmodule (API breaking for fp-library)map::<OptionBrand, _, _, _>→map::<OptionBrand, _, _>(3 type params, not 4)const_val.rsdoc examples to importConstBrandfrom new pathTest plan
cargo check --workspacepassescargo test --workspace --all-featurespasses (342 unit + 994 doc tests)cargo clippy --workspace --all-featurescleancargo fmt --all -- --checkclean