1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-27 06:38:21 +02:00
nushell/crates/nu-engine
Stefan Holderbach 24d2c8dd8e
Follow API guidelines for public types ()
# Description
Follow the [API guideline naming
conventions](https://rust-lang.github.io/api-guidelines/naming.html)
also for our externally exposed types

(See
[`clippy::wrong_self_convention`](https://rust-lang.github.io/rust-clippy/master/index.html#/wrong_self_convention)
with [`avoid-breaking-exported-api =
false`](https://doc.rust-lang.org/clippy/lint_configuration.html#avoid-breaking-exported-api)
)

Also be a good citizen around doccomments

- **Fix `Unit::to_value` to `Unit::build_value`**
- **Fix `PipelineData::is_external_failed` to `check_external_failed`**
- **Fix doccomment on `check_external_failed`**
- **Fix `Value::into_config` naming to `parse_as_config`**
- **Document `Value::parse_as_config`**

# Plugin-Author-Facing Changes
See renames above
2024-03-26 12:12:25 +01:00
..
src Follow API guidelines for public types () 2024-03-26 12:12:25 +01:00
Cargo.toml Bump version to 0.91.1 () 2024-03-06 23:08:14 +01:00
LICENSE Fix rest of license year ranges () 2023-04-04 09:03:29 +12:00