←back to thread

217 points varbhat | 1 comments | | HN request time: 0.21s | source
Show context
written-beyond ◴[] No.44373129[source]
I really want rust dylibs to be a reality. A plugin system where a library can implement a specific versioned number of a trait and we can dynamically load in that implementation to get changed behaviour. Right now implementing anything like that requires a lot of unsafe which I'm not comfortable with.
replies(1): >>44376844 #
1. ameliaquining ◴[] No.44376844[source]
Do stabby and abi_stable not work for your use case?