foliage-rs/src
Patrick Lühne 2fa592576b
Take reference-counted arguments by value
These reference-counted arguments were taken by reference, which made it
necessary to clone them. If a reference-counted object is created for the
sole purpose of being passed to one of these methods, it would be cloned
unnecessarily. This changes the signatures to take these arguments by
value, shifting the responsibility of cloning the reference-counted
objects to the users of these methods.
2020-04-13 22:09:43 +02:00
..
format Support n-ary biconditionals 2020-04-13 21:59:25 +02:00
ast.rs Take reference-counted arguments by value 2020-04-13 22:09:43 +02:00
format.rs Split formatting utils into separate files 2020-04-09 22:09:15 +02:00
lib.rs Initial commit 2020-02-05 03:23:11 +01:00