-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(filesystem): add create_entity method to Dir
Add a new method `create_entity` to the Dir struct that creates an entity at a specified path without creating intermediate directories. This provides more granular control over entity creation compared to find_or_create. - Add create_entity method with comprehensive documentation and examples - Update put_entity to accept impl Into<Entity<S>> for better ergonomics - Add extensive test coverage for the new functionality
- Loading branch information
Showing
2 changed files
with
178 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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