capi: add a configuration interface #21
Labels
api/cffi
Related to the C-FFI API.
help wanted
Extra attention is needed
ideas welcome
An open problem which doesn't have a clear resolution.
Milestone
The current
pathrs_configure
is designed after Linux's extensible syscall semantics. However, it seems to me that a string-based configuration setup would be far easier to extend naturally. Maybe the value should be an opaque pointer or some kind of typed-union
struct, but having string keys would make extensibility so much simpler as well as lending itself very well to configuration files.The text was updated successfully, but these errors were encountered: