cpp_oop

Crates.iocpp_oop
lib.rscpp_oop
version0.1.9
sourcesrc
created_at2024-04-11 17:12:25.080863
updated_at2024-05-02 22:39:39.988959
descriptioncpp inheritance with vtables "cpp ABI"
homepage
repositoryhttps://codeberg.org/minus1ms/rust_cpp_oop
max_upload_size
id1205131
size26,860
(minus1ms)

documentation

README

rust_cpp_oop

cpp_oop is a rust crate that lets you create cpp-like classes with all the inheritance and automatic vtable support (compatible with "cpp ABI"), this can be used (but is not recommended) as a temporary way to convert a cpp code into rust code without caring about class conversion into structs, because of its built-in vtable support it can be useful for interfacing with "cpp ABI"

usage

our tests folder contains all working examples, if you would like to have some kind of tutorial here, you can contribute, if not everything is in the tests, pls open an issue

Commit count: 0

cargo fmt