dropshot-api-manager 0.2.0
·
49 commits
to main
since this release
Added
- Add a way to specify an allowlist of unmanaged APIs within a local directory. See
ManagedApis::with_unknown_apisfor more.
Changed
Environmentnow acceptsimpl Into<String>andimpl Into<Utf8PathBuf>for ease of use.- Hide private types and methods.
- Update documentation.