Skip to content

Commit eacbad6

Browse files
authored
docs: no longer experimental (#115)
1 parent dd11ae5 commit eacbad6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pythonize
22

3-
This is an experimental serializer for Rust's serde ecosystem, which can convert Rust objects to Python values and back.
3+
This is a serializer for Rust's serde ecosystem, which can convert Rust objects to Python values and back.
44

55
At the moment the Python structures it produces should be _very_ similar to those which are produced by `serde_json`; i.e. calling Python's `json.loads()` on a value encoded by `serde_json` should produce an identical structure to
66
that which is produced directly by `pythonize`.

0 commit comments

Comments
 (0)