user_stable_vtable

Crates.iouser_stable_vtable
lib.rsuser_stable_vtable
version0.3.0
sourcesrc
created_at2020-07-23 18:25:44.121722
updated_at2020-12-10 20:37:52.202383
descriptionA partial implementation of [RFC 2955], written in stable rust.
homepage
repositoryhttps://github.com/chorman0773/UserStableVTables.git
max_upload_size
id268704
size35,847
Connor Horman (chorman0773)

documentation

README

User Stable VTables

A partial implementation of [RFC 2955], written in stable rust.

Presently only the types necessary to interact with trait objects with the specified layout are provided, the attribute and boilerplate to automagically declare traits for use is not provided by this library.

License

This code is released under the terms of both the MIT License and the Apache v2 license, at your option. See LICENSE-MIT and LICENSE-APACHE for details.

By contributing to this repository, you grant the author permission to license the contribution under both of the above licenses, as described.

Commit count: 8

cargo fmt