#traits #dyn #slice

nightly no-std dyn-slice

&dyn [Trait] implementation, inspired by a Reddit thread

18 releases (10 stable)

new 3.2.2 May 5, 2024
3.2.0 Jan 21, 2024
3.2.0-alpha.3 Dec 24, 2023
3.2.0-alpha.2 Nov 11, 2023
1.0.0 Jul 16, 2023

#306 in Data structures

Download history 2/week @ 2024-02-14 45/week @ 2024-02-21 22/week @ 2024-02-28 5/week @ 2024-03-06 8/week @ 2024-03-13 49/week @ 2024-03-27 50/week @ 2024-04-03 75/week @ 2024-04-24 176/week @ 2024-05-01

251 downloads per month

MIT/Apache

97KB
2K SLoC

Rust

Dyn-Slice

An implementation of a &dyn [Trait]-like reference, inspired by a Reddit thread.

dyn-slices are slices of trait objects. Indexing into one yields a trait object reference. The vtable pointer is only stored once.

cargo add dyn-slice

Latest documentation
Examples

dyn-slice on crates.io
dyn-slice on lib.rs
dyn-slice on GitHub

Warning

This was originally just a proof of concept and may has some bugs, so it may be best not to use it in production (or any important) code.

With that said, feel free to use it in code that does not have to be reliable and to open an issue if you find any bugs.

License

Dyn-Slice is dual-licensed under either the Apache License Version 2.0 or MIT license at your option.

Dependencies

~0.4–0.8MB
~19K SLoC