sapling/eden/scm/lib/cpython-ext
Jun Wu ad8190713b cpython-ext: serialize Rust str into Python str type
Summary:
Previously Rust str was serialized into bytes. To be Python 3 friendly, let's
serialize it into `str`.

Reviewed By: markbt

Differential Revision: D19797706

fbshipit-source-id: 388eb044dc7e25cdc438f0c3d6fa5a5740f22e3d
2020-03-12 12:19:38 -07:00
..
src cpython-ext: serialize Rust str into Python str type 2020-03-12 12:19:38 -07:00
Cargo.toml rust-cpython: allow compilation for both py2 and py3 2020-01-28 20:17:20 -08:00