Support for naked Vec<T> is incomplete
Open
CodeGen
design-discussion
PublicSurfaceArea
- Dominant language
- Rust
- Stars
- 7
- Forks
- 11
- Avg merge
- 2d 5h
- Merged PRs (30d)
- 5
Description
For [Vec`](https://github.com/Azure/typespec-rust/blob/main/packages/typespec-rust/test/spector/type/array/tests/array_datetime_value_client.rs), we don't serde the underlying time format as required.
For [Vec`](https://github.com/Azure/typespec-rust/blob/main/packages/typespec-rust/test/spector/type/array/tests/array_model_value_client.rs#L29) we are missing `impl TryFrom>` (generally speaking we're missing the impl for `Vec`).
Contributor guide
Assessment
This issue has not been assessed yet.