Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please define "DST" in README #98

Open
bbkane opened this issue May 3, 2024 · 1 comment
Open

Please define "DST" in README #98

bbkane opened this issue May 3, 2024 · 1 comment

Comments

@bbkane
Copy link

bbkane commented May 3, 2024

Allocating DSTs is currently somewhat painful due to limitations in Rust. It is possible to have Gc pointers to DSTs, and there is a replacement for unstable Unsize coercion, but there is no support for directly allocating arbitrarily sized DSTs.

Apologies if this is a well-known acronym, but some Google searches couldn't find it. Maybe it means "dynamically sized type" like a list in Python?

Thanks!!

Screenshot_20240503-062007

Screenshot_20240503-061931

@TheMatten
Copy link

Try "rust dst" - these are "Dynamically Sized Types", but in a slightly different sense compared to Python: https://doc.rust-lang.org/reference/dynamically-sized-types.html

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

No branches or pull requests

2 participants