Skip to content

docs: separate repository README - #465

Merged
alejandro-vaz merged 2 commits into
servo:v2from
anisayakmitra-in:docs/separate-repository-readme-463
Aug 28, 2026
Merged

alejandro-vaz merged 2 commits into
servo:v2from
anisayakmitra-in:docs/separate-repository-readme-463

Conversation

@anisayakmitra-in

Copy link
Copy Markdown
Contributor

Summary

  • move the v2 development notice from the crates.io README to GitHub's repository README
  • keep the root README focused on SmallVec users and published crate documentation

Closes #463.

Testing

  • cargo test
  • cargo doc --no-deps

Note: cargo test --all-features requires a nightly compiler because the optional specialization feature is nightly-only.

Signed-off-by: ANISAYAK MITRA <266799942+anisayakmitra-in@users.noreply.github.com>
Comment thread .github/README.md Outdated
Comment on lines +3 to +15
> [!IMPORTANT]
> This branch contains the code for SmallVec v2, which is not yet ready for release.
> If your code is using any of the alpha versions of SmallVec, be aware that the API
> might change between versions.
>
> The status of v2 can be tracked in:
> - [the milestones](https://github.com/servo/rust-smallvec/milestones)
> - [the wiki spec](https://github.com/servo/rust-smallvec/wiki)
>
> The source code for the latest smallvec 1.x.y release can be found on the
> [v1 branch](https://github.com/servo/rust-smallvec/tree/v1). Bug fixes for
> smallvec v1 should be based on that branch, while new feature development should
> go on the v2 branch.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove the quote block, leave it bare

Comment thread .github/README.md Outdated
Comment on lines +17 to +18
For user-facing crate documentation, see the root [README](../README.md) and
[docs.rs](https://docs.rs/smallvec/).

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this can be directly removed without notice

Signed-off-by: ANISAYAK MITRA <266799942+anisayakmitra-in@users.noreply.github.com>
@anisayakmitra-in

Copy link
Copy Markdown
Contributor Author

Updated the repository README as requested: removed the quote-block formatting and the extra user-facing documentation pointer, leaving only the moved v2 development notice. Validation: cargo test and cargo doc --no-deps both pass.

@alejandro-vaz
alejandro-vaz added this pull request to the merge queue Aug 28, 2026
Merged via the queue into servo:v2 with commit 6986b1c Aug 28, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

separate README.md's

2 participants