Skip to content

First Release

Choose a tag to compare

@stifskere stifskere released this 01 Jul 00:07
· 19 commits to main since this release
594647d

Thanks for considering dyn_path for your project, to download it please, use cargo add dyn_path in your root project directory.

This release brings two macros with it, the dyn_access macro which generates .and_then(|v| v.get()) in a nested way for nested structures such as JSON de-serialization with serde_json. The second macro this brings uses the same syntaxis as dyn_access except it's only for displaying and computing paths, so you can describe errors in an easier way.