monero/contrib/epee
Jeffrey d1cb9c393e Remove serialization/enableable
Currently working on an EPEE [ser/de]ialization library for Rust and at first glance, EPEE seemed to have support for optional wrappers. However, after looking into it, this feature appears to be half-baked and unused. Furthermore, adding support for optional values would be better suited to implement at the storage level, in my opinion. That would make parsing DOMs easier and less error-prone. If anyone is currently using this code, please comment. Thanks!

At the time of writing, this PR has no merge conflicts with #8211
2022-04-09 22:53:46 -05:00
..
demo cmake: set 3.5 as minimum version 2021-04-27 11:02:05 +02:00
include Remove serialization/enableable 2022-04-09 22:53:46 -05:00
src Merge pull request #8228 2022-04-06 00:22:23 -04:00
tests cmake: set required C/C++ standard to 11 2021-09-16 10:44:25 +02:00
CMakeLists.txt Copyright: Update to 2022 2022-03-04 06:59:20 +01:00
LICENSE.txt year updated in license 2015-01-02 18:52:46 +02:00
README.md year updated in license 2015-01-02 18:52:46 +02:00

epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.